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.
This commit is contained in:
Martchus 2018-09-10 20:43:28 +02:00
parent a2b579623d
commit 24bc27ce8f
1 changed files with 1 additions and 0 deletions

View File

@ -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