Skip to content

Commit

Permalink
fixed file > save
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusle committed Apr 11, 2021
1 parent ad0558f commit 0e5bc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/modules/file/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class File_save_class {
}
}
if(save_default == null){
save_default = this.default_extension;
save_default = Object.keys(file_types)[0];
}
save_default = save_default + " - " + file_types[save_default];

Expand Down

0 comments on commit 0e5bc12

Please sign in to comment.