STEAM_SYNC: brought out of from the developer options to be available in main

This commit is contained in:
XargonWan 2025-01-31 19:29:55 +09:00
parent 87ab7d8046
commit 5161d400f7

View file

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