Show notifications

This commit is contained in:
Tobias Fella
2020-11-18 00:50:07 +01:00
parent 9c469b96f1
commit 039816e8eb
10 changed files with 75 additions and 2 deletions

View File

@@ -80,6 +80,12 @@ Kirigami.ApplicationWindow {
onTriggered: pageStack.layers.push("qrc:/imports/NeoChat/Page/AccountsPage.qml")
enabled: pageStack.layers.currentItem.title !== i18n("Accounts")
},
Kirigami.Action {
text: i18n("Settings")
iconName: "settings-configure"
onTriggered: pageStack.layers.push("qrc:/imports/NeoChat/Page/SettingsPage.qml")
enabled: pageStack.layers.currentItem.title !== i18n("Settings")
},
Kirigami.Action {
text: i18n("About Neochat")
iconName: "help-about"