mirror of
https://github.com/KDE/kasts.git
synced 2025-02-02 18:36:57 +01:00
Make sure that globalDrawer is not open on mobile on startup
This commit is contained in:
parent
4342794ac4
commit
086e0ef664
@ -45,7 +45,7 @@ Kirigami.ApplicationWindow {
|
|||||||
|
|
||||||
globalDrawer: Kirigami.GlobalDrawer {
|
globalDrawer: Kirigami.GlobalDrawer {
|
||||||
isMenu: false
|
isMenu: false
|
||||||
modal: !wideScreen
|
modal: !wideScreen || Kirigami.Settings.isMobile
|
||||||
// make room at the bottom for miniplayer
|
// make room at the bottom for miniplayer
|
||||||
handle.anchors.bottomMargin: (AudioManager.entry ? (footerLoader.item.contentY == 0 ? miniplayerSize : 0) : 0) + Kirigami.Units.smallSpacing + tabBarActive * tabBarHeight
|
handle.anchors.bottomMargin: (AudioManager.entry ? (footerLoader.item.contentY == 0 ? miniplayerSize : 0) : 0) + Kirigami.Units.smallSpacing + tabBarActive * tabBarHeight
|
||||||
handleVisible: !AudioManager.entry || footerLoader.item.contentY === 0
|
handleVisible: !AudioManager.entry || footerLoader.item.contentY === 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user