Show global drawer initially if no file opened

This commit is contained in:
Martchus 2018-08-31 22:29:34 +02:00
parent 0ecef255c9
commit 162161d07c
1 changed files with 1 additions and 0 deletions

View File

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