From 11cde18979648ac6e7d9bf20415042ccbf06631e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 8 Aug 2024 10:04:15 +0900 Subject: [PATCH] CONFIGURATOR: added "Open GODOT Configurator" entry in Developer Options menu --- tools/configurator.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 54d15453..466f8a55 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -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