1
0
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:
Michail Vourlakos 2017-03-17 17:21:38 +02:00
parent a4ee035c93
commit b4334be011

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{