mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Set the backup confirmation dialog's popup_window
to false
This commit is contained in:
parent
37f48e3372
commit
fe5ced8085
|
@ -74,7 +74,6 @@ dialog_text = "This is an error message!"
|
||||||
|
|
||||||
[node name="BackupConfirmation" type="ConfirmationDialog" parent="Dialogs"]
|
[node name="BackupConfirmation" type="ConfirmationDialog" parent="Dialogs"]
|
||||||
size = Vector2i(320, 200)
|
size = Vector2i(320, 200)
|
||||||
popup_window = true
|
|
||||||
dialog_text = "Autosaved project(s) from a crashed session were found.
|
dialog_text = "Autosaved project(s) from a crashed session were found.
|
||||||
Do you want to recover the data?"
|
Do you want to recover the data?"
|
||||||
dialog_autowrap = true
|
dialog_autowrap = true
|
||||||
|
|
Loading…
Reference in a new issue