diff --git a/containments/panel/qml/StatusPanel.qml b/containments/panel/qml/StatusPanel.qml index 11f78247..4914c5f5 100644 --- a/containments/panel/qml/StatusPanel.qml +++ b/containments/panel/qml/StatusPanel.qml @@ -83,6 +83,12 @@ Item { return true; } + // In convergence mode the status bar behaves like a desktop panel: + // always opaque so it matches the dock and doesn't let the wallpaper bleed through. + if (ShellSettings.Settings.convergenceModeEnabled) { + return false; + } + return !containmentItem.showingApp && !containmentItem.fullscreen; } forcedComplementary: {