Skip to content

Commit

Permalink
Fix missing Settings.flush() call
Browse files Browse the repository at this point in the history
Need to flush after saving SHOWED_ONE_TIME_HELP_POPUP
  • Loading branch information
Kvel2D committed Feb 9, 2025
1 parent f34f0d0 commit 2fa1fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/hud/hud.gd
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,4 @@ func _on_quit_button_pressed():
func _on_one_time_help_popup_close_pressed() -> void:
_one_time_help_popup.visible = false
Settings.set_setting(Settings.SHOWED_ONE_TIME_HELP_POPUP, true)
Settings.flush()

0 comments on commit 2fa1fdb

Please sign in to comment.