1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-04 08:58:20 +03:00

dont blur in forceSolidPanel if it was deactivated

This commit is contained in:
Michail Vourlakos 2018-04-02 14:01:28 +03:00
parent 42268290ec
commit 285d00a21c

View File

@ -121,7 +121,7 @@ Item{
property: "drawEffects"
when: dock
value: ((root.blurEnabled && root.useThemePanel && !root.solidPanel)
|| (root.forceSolidPanel && dock.visibility.existsWindowMaximized && Latte.WindowSystem.compositingActive))
|| (root.blurEnabled && root.forceSolidPanel && dock.visibility.existsWindowMaximized && Latte.WindowSystem.compositingActive))
&& (!root.inStartup || inForceHiding || inTempHiding)
}