On branch feat/godot-configurator

Changes to be committed:
	modified:   tools/configurator/main.gd
This commit is contained in:
monkeyx-net 2024-07-28 16:39:26 +01:00
parent 22720e12c6
commit 1711be4ac7

View file

@ -62,7 +62,7 @@ func _on_bios_button_expert_pressed():
status_code_label.text = str(log_results["exit_code"])
func _on_exit_button_pressed():
log_parameters[2] += "Exited"
log_parameters[2] = log_text + "Exited"
log_results = class_functions.execute_command(wrapper_command, log_parameters, false)
_exit()