|
|
|
@ -141,7 +141,7 @@ Item{
|
|
|
|
|
target: latteView && latteView.effects ? latteView.effects : null
|
|
|
|
|
property: "drawEffects"
|
|
|
|
|
when: latteView && latteView.effects
|
|
|
|
|
value: Latte.WindowSystem.compositingActive && !editModeVisual.inEditMode
|
|
|
|
|
value: Latte.WindowSystem.compositingActive && !editModeVisual.inEditMode &&
|
|
|
|
|
(((root.blurEnabled && root.useThemePanel)
|
|
|
|
|
|| (root.blurEnabled && root.forceSolidPanel && latteView.visibility.existsWindowMaximized && Latte.WindowSystem.compositingActive)
|
|
|
|
|
|| (root.blurEnabled && root.forcePanelForDistortedBackground && Latte.WindowSystem.compositingActive))
|
|
|
|
|