CONFIGURATOR: fixed a bug that opened ES-DE when the Configurator was quitted and invoked by cli
Some checks failed
Build RetroDECK / Build_RetroDECK (push) Has been cancelled
Build RetroDECK / GitHub-publish (push) Has been cancelled
Build RetroDECK / Automated_Tests (push) Has been cancelled

This commit is contained in:
XargonWan 2025-02-14 16:55:45 +09:00
parent 8552e56adc
commit 5b4a578cf6
2 changed files with 2 additions and 1 deletions

View file

@ -73,6 +73,7 @@ for i in "$@"; do
--configurator*)
sh /app/tools/configurator.sh
#sh /app/bin/godot-configurator.sh
exit 0
;;
# --legacy-configurator*)
# sh /app/tools/configurator.sh

View file

@ -159,7 +159,7 @@ configurator_welcome_dialog() {
"" )
log i "Configurator: closing"
exit 1
exit 0
;;
esac