1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2026-02-08 00:32:27 +00:00

Make sure settings are stored when the app is closed.

This commit is contained in:
Filippo Scognamiglio
2026-01-11 19:44:57 +01:00
parent 60784c47d9
commit 1c49b02763
3 changed files with 9 additions and 8 deletions

View File

@@ -102,7 +102,7 @@ ApplicationWindow {
id: quitAction
text: qsTr("Quit")
shortcut: "Ctrl+Shift+Q"
onTriggered: Qt.quit()
onTriggered: appSettings.close()
}
Action {
id: showsettingsAction