mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Use edit-none icon in task switcher if no applications are running
Replace `window` icon by `edit-none` icon. The `window` icon is least representative of what it means that the `edit-none` icon (gives more the feeling of something being empty).
This commit is contained in:
parent
034088c228
commit
89fe9125ee
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ FocusScope {
|
|||
Layout.alignment: Qt.AlignHCenter
|
||||
implicitWidth: Kirigami.Units.iconSizes.large
|
||||
implicitHeight: Kirigami.Units.iconSizes.large
|
||||
source: "window"
|
||||
source: "edit-none-symbolic"
|
||||
color: "white"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue