Fixed bugs regarding switch
This commit is contained in:
parent
de1ab2bb53
commit
162dbc13e8
3 changed files with 6 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue