mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Fix broken menu path in Zenity Configurator for borders preset
This commit is contained in:
parent
52ce4249a8
commit
ab8d281696
|
@ -207,13 +207,12 @@ configurator_global_presets_and_settings_dialog() {
|
|||
response=$? # Capture the exit code immediately
|
||||
if [ "$response" -eq 0 ]; then
|
||||
change_preset_dialog "borders"
|
||||
else
|
||||
configurator_global_presets_and_settings_dialog
|
||||
fi
|
||||
else
|
||||
change_preset_dialog "borders"
|
||||
fi
|
||||
;;
|
||||
configurator_global_presets_and_settings_dialog
|
||||
;;
|
||||
|
||||
"Widescreen" )
|
||||
log i "Configurator: opening \"$choice\" menu"
|
||||
|
|
Loading…
Reference in a new issue