From 6383a20cede27a4dc51a22c71abb0492b8857b57 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 8 Apr 2025 14:46:46 +0900 Subject: [PATCH] update(post_update): enhance Steam Sync reset options with improved messaging and action clarity [skip ci] --- functions/post_update.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/post_update.sh b/functions/post_update.sh index 6214fad5..8dfb2799 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -765,9 +765,9 @@ post_update() { while true; do choices=$(rd_zenity --list --checklist --title="RetroDECK Steam Sync Reset Options" \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ - --text="In RetroDECK 0.9.2b, we upgraded our Steam Sync feature, which may require rebuilding the shortcuts in Steam.\n\nYour ES-DE favorites will remain unchanged. Any games you have favorited will be recreated, but last-played information and custom artwork changes may be lost.\n\nIf you added RetroDECK to Steam through our Configurator, it will also be removed during this process.\n\nSelect the actions you want to perform:" \ + --text="In RetroDECK 0.9.2b, we upgraded our Steam Sync feature, which may require rebuilding the shortcuts in Steam.\nYour ES-DE favorites will remain unchanged. Any games you have favorited will be recreated, but last-played information and custom artwork changes may be lost.\nIf you added RetroDECK to Steam through our Configurator, it will also be re-added during this process.\n\nSelect the actions you want to perform:" \ --column="Select" --column="Action" --column="Description" --width="1100" --height="700" \ - [[ -d "$steamsync_folder" && ! -z $(ls -1 "$steamsync_folder") ]] && TRUE "Refresh Steam Sync" "Rebuild the Steam Sync system, recreating shortcuts and removing outdated data" \ + TRUE "Refresh Steam Sync" "Rebuild the Steam Sync system, recreating shortcuts and removing outdated data" \ TRUE "Add RetroDECK Shortcut to Steam" "Add the RetroDECK launcher back to Steam after refreshing Steam Sync" \ TRUE "Regenerate ES-DE Folders" "Recreate the ES-DE system folders to ensure proper structure and functionality" \ --separator=":" \ @@ -839,7 +839,6 @@ post_update() { log i "User agreed to regenerate ES-DE folders" es-de --create-system-dirs fi - fi # Execute the selected actions