fix warnings

pull/3/head
Michail Vourlakos 6 years ago
parent 3a0a95e6a9
commit 253ca3085a

@ -110,14 +110,14 @@ Item{
}
Binding{
target: dock.effects
target: dock && dock.effects ? dock.effects : null
property: "drawShadows"
when: dock && dock.effects
value: root.drawShadowsExternal && (!root.inStartup || inForceHiding || inTempHiding)
}
Binding{
target: dock.effects
target: dock && dock.effects ? dock.effects : null
property: "drawEffects"
when: dock && dock.effects
value: Latte.WindowSystem.compositingActive &&

Loading…
Cancel
Save