1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-08-15 21:49:28 +03:00

disable effects if no panel is shown

This commit is contained in:
Michail Vourlakos
2017-03-17 17:21:38 +02:00
parent 06cf32fd67
commit 341bf00b63

View File

@ -86,7 +86,7 @@ Item{
target: dock
property: "drawEffects"
when: dock
value: root.blurEnabled && !root.solidPanel
value: root.blurEnabled && root.useThemePanel && !root.solidPanel
}
Binding{