saving works

This commit is contained in:
Chris Cochrun 2023-09-15 17:30:20 -05:00
parent 3a37118aae
commit fe25209758
2 changed files with 40 additions and 14 deletions

View file

@ -152,7 +152,7 @@ Kirigami.ApplicationWindow {
Labs.MenuItem {
text: qsTr("Save As...")
shortcut: "Ctrl+Shift+S"
onTriggered: saveAs()
onTriggered: saveFileDialog.open()
}
Labs.MenuSeparator { }
Labs.MenuItem {