diff --git a/qml/main.qml b/qml/main.qml index 6ad1123e4..b820b629b 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -180,6 +180,11 @@ Kirigami.ApplicationWindow { onTriggered: pushReplaceLayer(aboutPage) 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 { text: i18n("Quit") icon.name: "gtk-quit"