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
|
response=$? # Capture the exit code immediately
|
||||||
if [ "$response" -eq 0 ]; then
|
if [ "$response" -eq 0 ]; then
|
||||||
change_preset_dialog "borders"
|
change_preset_dialog "borders"
|
||||||
else
|
|
||||||
configurator_global_presets_and_settings_dialog
|
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
change_preset_dialog "borders"
|
change_preset_dialog "borders"
|
||||||
fi
|
fi
|
||||||
;;
|
configurator_global_presets_and_settings_dialog
|
||||||
|
;;
|
||||||
|
|
||||||
"Widescreen" )
|
"Widescreen" )
|
||||||
log i "Configurator: opening \"$choice\" menu"
|
log i "Configurator: opening \"$choice\" menu"
|
||||||
|
|
Loading…
Reference in a new issue