From ad10cc00259ac5dd24cc885f343637f3f67ad60e Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 24 Feb 2016 15:47:44 +0100 Subject: [PATCH] window list button always active when there are tasks --- containments/taskpanel/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/taskpanel/package/contents/ui/main.qml b/containments/taskpanel/package/contents/ui/main.qml index ccbd3d1e..ea179bfc 100644 --- a/containments/taskpanel/package/contents/ui/main.qml +++ b/containments/taskpanel/package/contents/ui/main.qml @@ -100,7 +100,7 @@ PlasmaCore.ColorScope { anchors.left: parent.left height: parent.height width: parent.width/3 - enabled: taskSwitcher.tasksCount > 0 && plasmoid.nativeInterface.hasCloseableActiveWindow; + enabled: taskSwitcher.tasksCount > 0; iconSource: "window-list" onClicked: { taskSwitcher.currentTaskIndex = -1;