mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 06:33:08 +00:00
use the window-list icon instead of applications-other
This commit is contained in:
parent
8a45f67c4c
commit
9d7eba04cf
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ PlasmaCore.ColorScope {
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: parent.width/3
|
width: parent.width/3
|
||||||
enabled: taskSwitcher.tasksCount > 0
|
enabled: taskSwitcher.tasksCount > 0
|
||||||
iconSource: "applications-other"
|
iconSource: "window-list"
|
||||||
onClicked: taskSwitcher.visible ? taskSwitcher.hide() : taskSwitcher.show();
|
onClicked: taskSwitcher.visible ? taskSwitcher.hide() : taskSwitcher.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue