mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
Topbar: fix top bar input mask when hidden
This commit is contained in:
@@ -145,7 +145,7 @@ PanelWindow {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
}
|
||||
height: (topBarCore.autoHide && !topBarCore.reveal) ? 8 : (root.effectiveBarHeight + SettingsData.topBarSpacing)
|
||||
height: (topBarCore.autoHide && !topBarCore.reveal) ? 8 : (SettingsData.topBarVisible ? (root.effectiveBarHeight + SettingsData.topBarSpacing) : 0)
|
||||
}
|
||||
|
||||
mask: Region {
|
||||
|
||||
Reference in New Issue
Block a user