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" \