From 424f0e0e1c3d6fd5d3c0b3f3ef97c091c7614b8a Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sat, 27 May 2017 19:18:44 +0300 Subject: [PATCH] dont allow forceTransparentPanel on !compositing --- containment/package/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/containment/package/contents/ui/main.qml b/containment/package/contents/ui/main.qml index f451ff202..ea5c153e2 100644 --- a/containment/package/contents/ui/main.qml +++ b/containment/package/contents/ui/main.qml @@ -74,6 +74,7 @@ DragDrop.DropArea { property bool editMode: plasmoid.userConfiguring property bool exposeAltSession: globalSettings ? globalSettings.exposeAltSession : false property bool forceTransparentPanel: root.backgroundOnlyOnMaximized && !windowsModel.hasMaximizedWindow + && Latte.WindowSystem.compositingActive property bool immutable: plasmoid.immutable property bool indicateAudioStreams: plasmoid.configuration.indicateAudioStreams