mirror of
https://github.com/KDE/kasts.git
synced 2025-02-06 12:24:18 +01:00
Revert the dependence on wideScreen to avoid app-crashing binding loops
This commit is contained in:
parent
25656388c9
commit
e78965051c
@ -45,9 +45,9 @@ Kirigami.ApplicationWindow {
|
||||
|
||||
globalDrawer: Kirigami.GlobalDrawer {
|
||||
isMenu: false
|
||||
modal: !wideScreen || Kirigami.Settings.isMobile
|
||||
modal: Kirigami.Settings.isMobile
|
||||
header: Kirigami.AbstractApplicationHeader {
|
||||
visible: wideScreen && !Kirigami.Settings.isMobile
|
||||
visible: !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
|
||||
|
Loading…
x
Reference in New Issue
Block a user