mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 12:34:43 -04:00
The default path of the dialogs for opening and saving is now the user's desktop folder
This commit is contained in:
parent
4e33476a4d
commit
9be6248024
2 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,9 @@ func _ready() -> void:
|
|||
Global.quit_and_save_dialog.add_button("Save & Exit", false, "Save")
|
||||
Global.quit_and_save_dialog.get_ok().text = "Exit without saving"
|
||||
|
||||
Global.open_sprites_dialog.current_dir = OS.get_system_dir(OS.SYSTEM_DIR_DESKTOP)
|
||||
Global.save_sprites_dialog.current_dir = OS.get_system_dir(OS.SYSTEM_DIR_DESKTOP)
|
||||
|
||||
var zstd_checkbox := CheckBox.new()
|
||||
zstd_checkbox.name = "ZSTDCompression"
|
||||
zstd_checkbox.pressed = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue