From 1db8a6201b864096dfa7edf199744c9a519a7096 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 29 Mar 2024 08:35:09 +0100 Subject: [PATCH] CONFIGURATOR: removing Steam Sync with Steam entry if developer options are not enabled --- tools/configurator.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 6f8f68a2..7f08d563 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -119,8 +119,7 @@ configurator_welcome_dialog() { "Open Emulator" "Launch and configure each emulators 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" \ - "Sync with Steam" "Sync with Steam all the favorites games") + "RetroDECK: About" "Show additional information about RetroDECK") fi choice=$(zenity --list --title="RetroDECK Configurator Utility" --cancel-label="Quit" \