Use standard Ctrl+Shift+Comma shortcut for showing settings

Fix: #42
This commit is contained in:
Carl Schwan
2020-12-01 15:45:41 +01:00
parent cd16b3513c
commit 29fe130f6d
3 changed files with 13 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ Kirigami.ApplicationWindow {
icon.name: "settings-configure"
onTriggered: pushReplaceLayer("qrc:/imports/NeoChat/Page/SettingsPage.qml")
enabled: pageStack.layers.currentItem.title !== i18n("Settings")
shortcut: Controller.preferencesShortcuts[0]
},
Kirigami.Action {
text: i18n("About Neochat")