From 850813bb8673261f267ccef62545fc7788333864 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 30 Jan 2025 09:16:01 +0900 Subject: [PATCH] STEAM_SYNC: function "configurator_add_steam" is now "configurator_steam_sync" + enhanced Steam Sync message indicating that some characters can break the sync --- tools/configurator.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 1a0bd003..a458df39 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -162,7 +162,7 @@ configurator_welcome_dialog() { ;; "Steam Sync" ) - configurator_add_steam + configurator_steam_sync ;; "Developer Options" ) @@ -1342,12 +1342,12 @@ configurator_about_retrodeck_dialog() { esac } -configurator_add_steam() { +configurator_steam_sync() { if [[ $(get_setting_value "$rd_conf" "steam_sync" retrodeck "options") == "true" ]]; then zenity --question \ --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ --title "RetroDECK Configurator - RetroDECK Steam Syncronization" \ - --text="Steam syncronization is currently enabled.\nDisabling Steam Sync will remove all of your favorites from Steam at the next Steam startup.\n\nDo you want to continue?\n\nTo re-add them, just reenable Steam Sync then and restart Steam." + --text="Steam syncronization is currently enabled.\nDisabling Steam Sync will remove all of your favorites from Steam at the next Steam startup.\n\nDo you want to continue?\n\nTo re-add them, just reenable Steam Sync then and restart Steam." if [ $? == 0 ] # User clicked "Yes" then @@ -1359,7 +1359,7 @@ configurator_add_steam() { zenity --question \ --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ --title "RetroDECK Configurator - RetroDECK Steam Syncronization" \ - --text="Steam syncronization is currently disabled. Do you want to enable it?\n\nAll the games marked as favorites will be syncronized with Steam ROM Manager.\nRemember to restart Steam each time to see the changes.\n" + --text="Steam synchronization is currently disabled. Do you want to enable it?\n\nAll the games marked as favorites will be synchronized with Steam ROM Manager.\nRemember to restart Steam each time to see the changes.\n\nNOTE: games with unusual characters such as ' might break the sync, please refer to the Wiki for more info." if [ $? == 0 ] then