mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
window list button always active when there are tasks
This commit is contained in:
parent
6dfbc22ced
commit
ad10cc0025
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue