From f6096f72325024f9889a45982ba4c1847d52463a Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 25 Mar 2024 18:33:06 +0100 Subject: [PATCH] Avoid showing title/icon in Qt Quick GUI It doesn't look as good in the KF6-based version anymore and cannot be made clickable anyway. --- qml/main.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/qml/main.qml b/qml/main.qml index 446c94d..4c01440 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -14,9 +14,6 @@ Kirigami.ApplicationWindow { property bool showNoPasswordWarning: nativeInterface.fileOpen && !nativeInterface.passwordSet - title: app.applicationName - titleIcon: "qrc://icons/hicolor/scalable/apps/passwordmanager.svg" - visible: true resetMenuOnTriggered: false topContent: ColumnLayout {