mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 15:05:39 +00:00
CONFIGURATOR: added "Open GODOT Configurator" entry in Developer Options menu
This commit is contained in:
parent
8ea45c956f
commit
11cde18979
|
@ -1290,7 +1290,8 @@ configurator_developer_dialog() {
|
|||
"Change Update Channel" "Change between normal and cooker builds" \
|
||||
"Browse the Wiki" "Browse the RetroDECK wiki online" \
|
||||
"Install RetroDECK Starter Pack" "Install the optional RetroDECK starter pack" \
|
||||
"Tool: USB Import" "Prepare a USB device for ROMs or import an existing collection")
|
||||
"Tool: USB Import" "Prepare a USB device for ROMs or import an existing collection" \
|
||||
"Open GODOT Configurator" "Open the new Configurator made in GODOT engine")
|
||||
|
||||
case $choice in
|
||||
|
||||
|
@ -1323,6 +1324,11 @@ configurator_developer_dialog() {
|
|||
configurator_usb_import_dialog
|
||||
;;
|
||||
|
||||
"Open GODOT Configurator" )
|
||||
log i "Configurator: opening \"$choice\" menu"
|
||||
"godot-configurator.sh"
|
||||
;;
|
||||
|
||||
"" ) # No selection made or Back button clicked
|
||||
log i "Configurator: going back"
|
||||
configurator_welcome_dialog
|
||||
|
|
Loading…
Reference in a new issue