Skip to content

Commit

Permalink
Fix broken save
Browse files Browse the repository at this point in the history
Fix #303
  • Loading branch information
Cuperino committed Dec 1, 2024
1 parent a7557b6 commit bde6913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompter/Prompter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ Flickable {
else
showPassiveNotification(i18n("Saved"))
}
document.saveAs(document.file)
document.saveAs(document.fileUrl)
//if (quit)
//Qt.quit()
//else
Expand Down

0 comments on commit bde6913

Please sign in to comment.