mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-16 03:34:43 -05:00
Confirmation dialog for "open last project" menu option when there are unsaved changes
Changed text in UnsavedCanvasDialog and renamed Global.saved to Global.project_has_changed (the boolean values are now opposite)
This commit is contained in:
parent
df2bf59871
commit
62bbad7374
6 changed files with 25 additions and 15 deletions
|
|
@ -1624,7 +1624,7 @@ visible = false
|
|||
margin_right = 200.0
|
||||
margin_bottom = 70.0
|
||||
window_title = "Unsaved Image"
|
||||
dialog_text = "Changes has not been saved. Are you sure you want to create a new image?"
|
||||
dialog_text = "You have unsaved changes. If you proceed, the progress you have made will be lost."
|
||||
|
||||
[node name="QuitDialog" type="ConfirmationDialog" parent="."]
|
||||
margin_right = 200.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue