mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Fix error caused by #891
This commit is contained in:
parent
eec986b466
commit
996fb17304
|
@ -397,7 +397,7 @@ func save_pxo_file(
|
|||
|
||||
if err != OK:
|
||||
if temp_path.is_valid_filename():
|
||||
return true
|
||||
return
|
||||
Global.error_dialog.set_text(
|
||||
tr("File failed to save. Error code %s") % str(err, ErrorManager.parse(err, " (", ")"))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue