disable effects if no panel is shown

v0.6
Michail Vourlakos 8 years ago
parent 06cf32fd67
commit 341bf00b63

@ -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…
Cancel
Save