Make sure that globaldrawer doesn't disappear on resize

This commit is contained in:
Bart De Vries 2021-05-25 21:57:01 +02:00
parent 76fbfa35a4
commit 04833efa7f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Kirigami.ApplicationWindow {
isMenu: false
modal: !wideScreen || Kirigami.Settings.isMobile
header: Kirigami.AbstractApplicationHeader {
visible: wideScreen
visible: wideScreen && !Kirigami.Settings.isMobile
}
// make room at the bottom for miniplayer
handle.anchors.bottomMargin: (AudioManager.entry ? (footerLoader.item.contentY == 0 ? miniplayerSize : 0) : 0) + Kirigami.Units.smallSpacing + tabBarActive * tabBarHeight