From fcecfc84f2016ec181ea05db3372abc09bb2790e Mon Sep 17 00:00:00 2001 From: Damocles Date: Wed, 22 Apr 2026 21:02:26 +0200 Subject: [PATCH] gpu module: swap icon to eb4c --- shell/modules/GpuModule.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/modules/GpuModule.qml b/shell/modules/GpuModule.qml index 50bba76..8b471dd 100644 --- a/shell/modules/GpuModule.qml +++ b/shell/modules/GpuModule.qml @@ -39,7 +39,7 @@ M.BarSection { } M.BarIcon { - icon: "\uDB84\uDCB0" + icon: "\uEB4C" anchors.verticalCenter: parent.verticalCenter TapHandler { onTapped: root._pinned = !root._pinned