From 5161d400f71eb44fd73e760015fb277a00cdb5d7 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 31 Jan 2025 19:29:55 +0900 Subject: [PATCH] STEAM_SYNC: brought out of from the developer options to be available in main --- tools/configurator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 91294bcd..b3ce586c 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -118,14 +118,14 @@ configurator_welcome_dialog() { "RetroDECK: Tools" "Compress games, move RetroDECK and install optional features" \ "RetroDECK: Troubleshooting" "Backup data, perform BIOS / multi-disc file checks and emulator resets" \ "RetroDECK: About" "Show additional information about RetroDECK" \ - "Steam Sync" "Sync all favorited games with Steam" \ "Developer Options" "Welcome to the DANGER ZONE") else welcome_menu_options=("Presets & Settings" "Here you find various presets, tweaks and settings to customize your RetroDECK experience" \ "Open Emulator or Component" "Launch and configure each emulator or component's settings (for advanced users)" \ "RetroDECK: Tools" "Compress games, move RetroDECK and install optional features" \ "RetroDECK: Troubleshooting" "Backup data, perform BIOS / multi-disc file checks checks and emulator resets" \ - "RetroDECK: About" "Show additional information about RetroDECK") + "RetroDECK: About" "Show additional information about RetroDECK" \ + "Steam Sync" "Sync all favorited games with Steam" ) fi choice=$(rd_zenity --list --title="RetroDECK Configurator Utility" --cancel-label="Quit" \