window list button always active when there are tasks

This commit is contained in:
Marco Martin 2016-02-24 15:47:44 +01:00
parent 6dfbc22ced
commit ad10cc0025

View file

@ -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;