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:
Mr. Athozus 2024-10-05 22:50:09 +00:00 committed by Carl Schwan
parent 034088c228
commit 89fe9125ee

View file

@ -423,7 +423,7 @@ FocusScope {
Layout.alignment: Qt.AlignHCenter Layout.alignment: Qt.AlignHCenter
implicitWidth: Kirigami.Units.iconSizes.large implicitWidth: Kirigami.Units.iconSizes.large
implicitHeight: Kirigami.Units.iconSizes.large implicitHeight: Kirigami.Units.iconSizes.large
source: "window" source: "edit-none-symbolic"
color: "white" color: "white"
} }