From 24bc27ce8feb930ad0b8e41db53e15e9165dbd87 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 10 Sep 2018 20:43:28 +0200 Subject: [PATCH] Quick GUI: Keep menu open It is closed anyways when opening a file or showing a dialog and it is useful to keep the menu open after closing. --- qml/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/main.qml b/qml/main.qml index 4f5766b..de15aaa 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -31,6 +31,7 @@ Kirigami.ApplicationWindow { title: qsTr("Password Manager") titleIcon: "qrc://icons/hicolor/scalable/apps/passwordmanager-black.svg" visible: true + resetMenuOnTriggered: false topContent: ColumnLayout { Layout.fillWidth: true