mirror of
https://github.com/KDE/latte-dock.git
synced 2025-02-01 01:47:23 +03:00
disable effects if no panel is shown
This commit is contained in:
parent
a4ee035c93
commit
b4334be011
@ -86,7 +86,7 @@ Item{
|
||||
target: dock
|
||||
property: "drawEffects"
|
||||
when: dock
|
||||
value: root.blurEnabled && !root.solidPanel
|
||||
value: root.blurEnabled && root.useThemePanel && !root.solidPanel
|
||||
}
|
||||
|
||||
Binding{
|
||||
|
Loading…
x
Reference in New Issue
Block a user