Fixed bugs regarding switch

This commit is contained in:
Rendo 2025-12-12 14:37:17 +05:00
commit 162dbc13e8
3 changed files with 6 additions and 4 deletions

View file

@ -200,9 +200,10 @@ script = ExtResource("3_6wy0j")
layout_mode = 2
text = "Статус публичного IP:"
[node name="PublicIP" type="Label" parent="Lobby/HBoxContainer/HostMenu"]
[node name="PublicIP" type="LineEdit" parent="Lobby/HBoxContainer/HostMenu"]
unique_name_in_owner = true
layout_mode = 2
editable = false
script = ExtResource("3_qy2xc")
[connection signal="pressed" from="MainMenu/VBoxContainer/HostButton" to="." method="_on_host_button_pressed"]