1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Enable exclusive and disable popup_window flags in some more dialogs

I forgot to include these changes in 95b5102394
This commit is contained in:
Emmanouil Papadeas 2024-08-01 01:23:33 +03:00
parent 7c144ac07e
commit 68b4047e72

View file

@ -59,13 +59,9 @@ mouse_filter = 2
[node name="UnsavedCanvasDialog" type="ConfirmationDialog" parent="Dialogs"] [node name="UnsavedCanvasDialog" type="ConfirmationDialog" parent="Dialogs"]
title = "Unsaved Image" title = "Unsaved Image"
exclusive = false
popup_window = true
dialog_text = "You have unsaved changes. If you proceed, the progress you have made will be lost." dialog_text = "You have unsaved changes. If you proceed, the progress you have made will be lost."
[node name="QuitDialog" type="ConfirmationDialog" parent="Dialogs"] [node name="QuitDialog" type="ConfirmationDialog" parent="Dialogs"]
exclusive = false
popup_window = true
dialog_text = "Are you sure you want to exit Pixelorama?" dialog_text = "Are you sure you want to exit Pixelorama?"
[node name="QuitAndSaveDialog" type="ConfirmationDialog" parent="Dialogs"] [node name="QuitAndSaveDialog" type="ConfirmationDialog" parent="Dialogs"]
@ -74,8 +70,6 @@ ok_button_text = "Save & Exit"
dialog_text = "Project %s has unsaved progress. How do you wish to proceed?" dialog_text = "Project %s has unsaved progress. How do you wish to proceed?"
[node name="ErrorDialog" type="AcceptDialog" parent="Dialogs"] [node name="ErrorDialog" type="AcceptDialog" parent="Dialogs"]
exclusive = false
popup_window = true
dialog_text = "This is an error message!" dialog_text = "This is an error message!"
[node name="BackupConfirmation" type="ConfirmationDialog" parent="Dialogs"] [node name="BackupConfirmation" type="ConfirmationDialog" parent="Dialogs"]