From 162161d07c55bbd6a9f8a1457a00d9e9b839f588 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 31 Aug 2018 22:29:34 +0200 Subject: [PATCH] Show global drawer initially if no file opened --- qml/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/main.qml b/qml/main.qml index 2f66c8e..05090ff 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -14,6 +14,7 @@ Kirigami.ApplicationWindow { id: leftMenu title: qsTr("Password manager") titleIcon: "qrc://icons/hicolor/128x128/apps/passwordmanager.png" + visible: !nativeInterface.fileOpen topContent: ColumnLayout { Layout.fillWidth: true