mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Set is_quitting_on_save = false after saving while quitting
Just in case a project gets saved while quitting, and for the next project, the user cancels.
This commit is contained in:
parent
42e8c8cb50
commit
65c2a770d7
|
@ -314,6 +314,7 @@ func save_project(path: String) -> void:
|
|||
if is_quitting_on_save:
|
||||
changed_projects_on_quit.pop_front()
|
||||
_save_on_quit_confirmation()
|
||||
is_quitting_on_save = false
|
||||
|
||||
|
||||
func _on_open_sprite_visibility_changed() -> void:
|
||||
|
|
Loading…
Reference in a new issue