mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-13 05:17:48 +03:00
do not apply Plasma popups coloring if not enabled
This commit is contained in:
parent
84a5eecf79
commit
dde2b0b10e
@ -549,7 +549,6 @@ BackgroundProperties{
|
||||
|
||||
readonly property bool forceSolidness: root.forceSolidPanel || !LatteCore.WindowSystem.compositingActive
|
||||
|
||||
|
||||
Behavior on opacity{
|
||||
enabled: LatteCore.WindowSystem.compositingActive
|
||||
NumberAnimation { duration: barLine.animationTime }
|
||||
|
@ -77,7 +77,7 @@ Loader{
|
||||
return theme;
|
||||
}
|
||||
|
||||
if (latteView && latteView.windowsTracker && !root.hasExpandedApplet) {
|
||||
if (latteView && latteView.windowsTracker && !(root.plasmaBackgroundForPopups && root.hasExpandedApplet)) {
|
||||
if (root.windowColors === LatteContainment.Types.ActiveWindowColors && selectedWindowsTracker.activeWindowScheme) {
|
||||
return selectedWindowsTracker.activeWindowScheme;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user