Remove collapse button from globaldrawer

This commit is contained in:
Bart De Vries 2022-08-16 20:58:37 +02:00
parent b6f735d146
commit 64afd7b544
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ Kirigami.ApplicationWindow {
isMenu: false
collapsible: !Kirigami.Settings.isMobile
collapsed: !root.isWidescreen
collapseButtonVisible: false
width: root.isWidescreen ? root.originalWidth : Layout.implicitWidth
header: Kirigami.AbstractApplicationHeader {}