From c61f0ad158a538da84873269e2ce9ec5c1572474 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 16 Jun 2022 15:20:13 +0200 Subject: [PATCH] Don't use the plasma theme for icons in overview don't attempt to use icons meant for the systray BUG:455368 --- src/effects/private/qml/WindowHeap.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/effects/private/qml/WindowHeap.qml b/src/effects/private/qml/WindowHeap.qml index 66b45e7998..303649b15a 100644 --- a/src/effects/private/qml/WindowHeap.qml +++ b/src/effects/private/qml/WindowHeap.qml @@ -235,6 +235,7 @@ FocusScope { PlasmaCore.IconItem { id: icon + usesPlasmaTheme: false width: PlasmaCore.Units.iconSizes.large height: width source: thumb.client.icon