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