From 6c6689491e540aa2a37ce673ff4954767388347b Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 21 Jul 2019 18:40:16 +0000 Subject: [PATCH] [app] Rework sidebar header --- app/qml/main.qml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/qml/main.qml b/app/qml/main.qml index 0ec419898..a220aa161 100644 --- a/app/qml/main.qml +++ b/app/qml/main.qml @@ -55,16 +55,13 @@ Kirigami.ApplicationWindow globalDrawer: Kirigami.GlobalDrawer { id: drawer - title: i18n("KDE Connect") - titleIcon: "kdeconnect" -// bannerImageSource: "/home/apol/devel/kde5/share/wallpapers/Next/contents/images/1024x768.png" modal: !root.wideScreen handleVisible: !root.wideScreen - topContent: [ + topContent: Kirigami.AbstractApplicationHeader { RowLayout { - + width: parent.width DBusProperty { id: announcedNameProperty object: DaemonDbusInterface @@ -100,7 +97,7 @@ Kirigami.ApplicationWindow } } } - ] + } property var objects: [findDevicesAction] Instantiator { model: DevicesSortProxyModel {