Skip to content

Commit

Permalink
Auto load most recent on startup if saved but never actually opened
Browse files Browse the repository at this point in the history
Fix #298
  • Loading branch information
Cuperino committed Nov 17, 2024
1 parent 41c2926 commit 0c225c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prompter/Prompter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,7 @@ Flickable {
onAccepted: {
document.saveAs(saveDialog.file)
document.isNewFile = false
editor.lastDocument = document.fileUrl;
showPassiveNotification(i18nc("Saved FILE_NAME", "Saved %1", document.file))
// if (document.quitOnSave)
// Qt.quit()
Expand Down

0 comments on commit 0c225c7

Please sign in to comment.