mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-07 05:58:28 -04:00
launcher: transparent sticky header when blur is enabled
port 1.5
This commit is contained in:
@@ -417,7 +417,7 @@ Item {
|
|||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
height: 32
|
height: 32
|
||||||
z: 101
|
z: 101
|
||||||
color: Theme.floatingSurface
|
color: BlurService.enabled ? "transparent" : Theme.floatingSurface
|
||||||
visible: !root._bottomSectionHeaderActive && stickyHeaderSection !== null
|
visible: !root._bottomSectionHeaderActive && stickyHeaderSection !== null
|
||||||
|
|
||||||
readonly property int versionTrigger: root.controller?.viewModeVersion ?? 0
|
readonly property int versionTrigger: root.controller?.viewModeVersion ?? 0
|
||||||
|
|||||||
Reference in New Issue
Block a user