1
0
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:
Michail Vourlakos 2020-05-24 10:29:22 +03:00
parent 84a5eecf79
commit dde2b0b10e
2 changed files with 1 additions and 2 deletions

View File

@ -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 }

View File

@ -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;
}