On branch feat/godot-configurator

Changes to be committed:
	modified:   tools/configurator/components/bios_check/bios_check.gd
	modified:   tools/configurator/main.tscn
This commit is contained in:
monkeyx-net 2024-08-02 20:32:38 +01:00
parent a8bccccfa6
commit 7718b67a24
2 changed files with 9 additions and 9 deletions

View file

@ -64,6 +64,6 @@ func _ready():
func run_thread_command(command: String, parameters: Array, console: bool) -> void:
var result = await class_functions.run_command_in_thread(command, parameters, console)
if result != null:
print (result["output"])
print ("Exit Code: " + str(result["exit_code"]))
#if result != null:
# print (result["output"])
# print ("Exit Code: " + str(result["exit_code"]))

View file

@ -97,7 +97,7 @@ grow_vertical = 2
unique_name_in_owner = true
layout_mode = 2
tab_alignment = 1
current_tab = 6
current_tab = 5
script = ExtResource("3_id6l4")
[node name="TK_SYSTEM" type="MarginContainer" parent="Background/MarginContainer/TabContainer"]
@ -625,7 +625,6 @@ disabled = true
text = "TK_FTPBTN"
[node name="TK_TROUBLESHOOT" type="MarginContainer" parent="Background/MarginContainer/TabContainer"]
visible = false
layout_mode = 2
theme_override_constants/margin_right = 240
@ -675,6 +674,7 @@ layout_mode = 2
text = "TK_RESETFULL"
[node name="TK_CONFIGURATOR" type="MarginContainer" parent="Background/MarginContainer/TabContainer"]
visible = false
layout_mode = 2
theme_override_constants/margin_right = 240
@ -872,10 +872,10 @@ text = "Status:"
[node name="status_code_label" type="Label" parent="Background/side_logo/status_label"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 91.0
offset_top = 2.0
offset_right = 148.0
offset_bottom = 34.0
offset_left = 87.0
offset_top = 3.0
offset_right = 144.0
offset_bottom = 35.0
[node name="logo_animated" type="AnimatedSprite2D" parent="Background/side_logo"]
unique_name_in_owner = true