diff --git a/containment/package/contents/ui/main.qml b/containment/package/contents/ui/main.qml index ba870764e..b5eba7618 100644 --- a/containment/package/contents/ui/main.qml +++ b/containment/package/contents/ui/main.qml @@ -143,7 +143,7 @@ Item { && Latte.WindowSystem.compositingActive && !inConfigureAppletsMode && !forceSolidPanel - && !(windowColors === Latte.Types.TouchingWindowColors && latteView.windowsTracker.currentScreen.activeWindowTouching) + && !latteView.windowsTracker.currentScreen.existsWindowTouching && !(windowColors === Latte.Types.ActiveWindowColors && selectedWindowsTracker.existsWindowActive) property bool forcePanelForBusyBackground: userShowPanelBackground && (root.themeColors === Latte.Types.SmartThemeColors) diff --git a/shell/package/contents/configuration/pages/AppearanceConfig.qml b/shell/package/contents/configuration/pages/AppearanceConfig.qml index 7e8cab33b..89babe6e2 100644 --- a/shell/package/contents/configuration/pages/AppearanceConfig.qml +++ b/shell/package/contents/configuration/pages/AppearanceConfig.qml @@ -825,7 +825,7 @@ PlasmaComponents.Page { enabled: Latte.WindowSystem.compositingActive PlasmaComponents.Label { - text: plasmoid.configuration.backgroundOnlyOnMaximized ? + text: plasmoid.configuration.backgroundOnlyOnMaximized && plasmoid.configuration.solidBackgroundForMaximized ? i18nc("opacity when desktop background is busy from contrast point of view","Busy Opacity") : i18n("Opacity") horizontalAlignment: Text.AlignLeft enabled: transparencySlider.enabled