Fix Portmaster Zenity Configurator menu flow

This commit is contained in:
icenine451 2025-03-28 16:27:29 -04:00
parent c8fc7f3f8e
commit ea673bbda4

View file

@ -980,7 +980,7 @@ configurator_portmaster_toggle_dialog(){
--title "RetroDECK Configurator - PortMaster Visibility" \ --title "RetroDECK Configurator - PortMaster Visibility" \
--text="PortMaster is now <span foreground='$purple'><b>hidden</b></span> 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:\n<span foreground='$purple'><b>Configurator -> Open Component -> PortMaster</b></span>." --text="PortMaster is now <span foreground='$purple'><b>hidden</b></span> 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:\n<span foreground='$purple'><b>Configurator -> Open Component -> PortMaster</b></span>."
else # User clicked "Cancel" else # User clicked "Cancel"
configurator_tools_dialog configurator_global_presets_and_settings_dialog
fi fi
else else
rd_zenity --question \ rd_zenity --question \
@ -996,10 +996,10 @@ configurator_portmaster_toggle_dialog(){
--title "RetroDECK Configurator - PortMaster Visibility" \ --title "RetroDECK Configurator - PortMaster Visibility" \
--text="PortMaster is now <span foreground='$purple'><b>visible</b></span> in ES-DE.\nPlease refresh your game list or restart RetroDECK to see the changes." --text="PortMaster is now <span foreground='$purple'><b>visible</b></span> in ES-DE.\nPlease refresh your game list or restart RetroDECK to see the changes."
else # User clicked "Cancel" else # User clicked "Cancel"
configurator_tools_dialog configurator_global_presets_and_settings_dialog
fi fi
fi fi
configurator_tools_dialog configurator_global_presets_and_settings_dialog
} }
# This function checks and verifies BIOS files for RetroDECK. # This function checks and verifies BIOS files for RetroDECK.