mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:24:44 -04:00
Closes #112
This commit is contained in:
parent
7ee6e4715d
commit
99a45275ff
2 changed files with 7 additions and 6 deletions
|
@ -54,7 +54,7 @@ func on_palette_import_file_selected(path : String) -> void:
|
|||
on_palette_select(palette.name)
|
||||
save_palette(palette.name, palette.name + ".json")
|
||||
else:
|
||||
Global.error_dialog.set_text("Palette named '" + palette.name + "' already exists");
|
||||
Global.error_dialog.set_text("Palette named '" + palette.name + "' already exists")
|
||||
Global.error_dialog.popup_centered()
|
||||
else:
|
||||
Global.error_dialog.set_text("Invalid Palette file!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue