From 71087b1c3f1c8117b31b9a5a6ae9c85bc8d0f766 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Wed, 7 Feb 2018 16:09:35 +0200 Subject: [PATCH] ignode kde activeWindowContronl from activeindicator --- containment/package/contents/ui/applet/ActiveIndicator.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/containment/package/contents/ui/applet/ActiveIndicator.qml b/containment/package/contents/ui/applet/ActiveIndicator.qml index 5c927d643..f49ba8835 100644 --- a/containment/package/contents/ui/applet/ActiveIndicator.qml +++ b/containment/package/contents/ui/applet/ActiveIndicator.qml @@ -66,7 +66,9 @@ Item{ return 1; } - property bool isActive: (container.isExpanded && applet.pluginName!==root.plasmoidName && !container.isSystray) + property bool isActive: (container.isExpanded && !container.isSystray + && applet.pluginName !== root.plasmoidName + && applet.pluginName !== "org.kde.activeWindowControl" ) property bool vertical: root.isVertical