From ea673bbda41962b9d95a670857fa838514d9715b Mon Sep 17 00:00:00 2001 From: icenine451 Date: Fri, 28 Mar 2025 16:27:29 -0400 Subject: [PATCH] Fix Portmaster Zenity Configurator menu flow --- tools/configurator.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index d18ce707..e7da3b12 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -980,7 +980,7 @@ configurator_portmaster_toggle_dialog(){ --title "RetroDECK Configurator - PortMaster Visibility" \ --text="PortMaster is now hidden in ES-DE.\nPlease refresh your game list or restart RetroDECK to see the changes.\n\nIn order to launch PortMaster, you can access it from:\nConfigurator -> Open Component -> PortMaster." else # User clicked "Cancel" - configurator_tools_dialog + configurator_global_presets_and_settings_dialog fi else rd_zenity --question \ @@ -996,10 +996,10 @@ configurator_portmaster_toggle_dialog(){ --title "RetroDECK Configurator - PortMaster Visibility" \ --text="PortMaster is now visible in ES-DE.\nPlease refresh your game list or restart RetroDECK to see the changes." else # User clicked "Cancel" - configurator_tools_dialog + configurator_global_presets_and_settings_dialog fi fi - configurator_tools_dialog + configurator_global_presets_and_settings_dialog } # This function checks and verifies BIOS files for RetroDECK.