mirror of
https://github.com/KDE/latte-dock.git
synced 2025-08-15 21:49:28 +03:00
disable effects if no panel is shown
This commit is contained in:
@ -86,7 +86,7 @@ Item{
|
||||
target: dock
|
||||
property: "drawEffects"
|
||||
when: dock
|
||||
value: root.blurEnabled && !root.solidPanel
|
||||
value: root.blurEnabled && root.useThemePanel && !root.solidPanel
|
||||
}
|
||||
|
||||
Binding{
|
||||
|
Reference in New Issue
Block a user