From 254a3cfad686aca461205fad615761b7cdbe24db Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Thu, 9 Oct 2025 23:52:54 -0400 Subject: [PATCH] Tray: partial revert of IconImage smoothing --- Modules/Bar/Widgets/Tray.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/Bar/Widgets/Tray.qml b/Modules/Bar/Widgets/Tray.qml index 30a3f7b9..43415942 100644 --- a/Modules/Bar/Widgets/Tray.qml +++ b/Modules/Bar/Widgets/Tray.qml @@ -58,8 +58,6 @@ Rectangle { anchors.fill: parent asynchronous: true - smooth: false - mipmap: true backer.fillMode: Image.PreserveAspectFit source: { let icon = modelData?.icon || ""