Fix: Cannot hide settings menu with changes via the open-settings button

This commit is contained in:
2026-03-15 16:30:30 +01:00
parent ff4d218ae9
commit f0fcf0dcb3

View File

@@ -13,7 +13,7 @@ func _on_play_button_pressed() -> void:
func _on_settings_wheel_button_pressed() -> void: func _on_settings_wheel_button_pressed() -> void:
$Settings.visible = not $Settings.visible $Settings.visible = true
" "
[sub_resource type="LabelSettings" id="LabelSettings_rhts7"] [sub_resource type="LabelSettings" id="LabelSettings_rhts7"]