@@ -180,6 +180,11 @@ Kirigami.ApplicationWindow {
|
|||||||
onTriggered: pushReplaceLayer(aboutPage)
|
onTriggered: pushReplaceLayer(aboutPage)
|
||||||
enabled: pageStack.layers.currentItem.title !== i18n("About")
|
enabled: pageStack.layers.currentItem.title !== i18n("About")
|
||||||
},
|
},
|
||||||
|
Kirigami.Action {
|
||||||
|
text: i18n("Logout")
|
||||||
|
icon.name: "list-remove-user"
|
||||||
|
onTriggered: Controller.logout(Controller.activeConnection, true)
|
||||||
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
text: i18n("Quit")
|
text: i18n("Quit")
|
||||||
icon.name: "gtk-quit"
|
icon.name: "gtk-quit"
|
||||||
|
|||||||
Reference in New Issue
Block a user