Skip to content

Commit

Permalink
[app] Rework sidebar header
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfella committed Jul 21, 2019
1 parent 20f4ed3 commit 6c66894
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -100,7 +97,7 @@ Kirigami.ApplicationWindow
}
}
}
]
}
property var objects: [findDevicesAction]
Instantiator {
model: DevicesSortProxyModel {
Expand Down

0 comments on commit 6c66894

Please sign in to comment.