From 2d98aed218f17b2149bf45ae46ab0b0a054cad13 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 16 Sep 2026 14:12:47 +0200 Subject: fix(window-switcher): use a messaging icon for desktop 7 The chat/internet-chat aliases in the icon theme all resolve to an empty outlined monitor; dialog-messages is the filled speech bubble. --- window-switcher/Windows.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window-switcher/Windows.qml') diff --git a/window-switcher/Windows.qml b/window-switcher/Windows.qml index 411c921..ec86ee5 100644 --- a/window-switcher/Windows.qml +++ b/window-switcher/Windows.qml @@ -78,7 +78,7 @@ Singleton { 4: "network-server", 5: "document-edit", 6: "applications-graphics", - 7: "internet-chat", + 7: "dialog-messages", 8: "input-gaming", }) -- cgit v1.2.3