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.
This commit is contained in:
Martchus 2024-03-25 18:33:06 +01:00
parent 79a0ef031c
commit f6096f7232
1 changed files with 0 additions and 3 deletions

View File

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