From 9b811da43d0034cda7adc543c5acd11fbb8fc3fe Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 10 Oct 2025 23:39:31 +0200 Subject: [PATCH] Update hardware.tsx --- AppImage/components/hardware.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppImage/components/hardware.tsx b/AppImage/components/hardware.tsx index b1a7b23..7e0d868 100644 --- a/AppImage/components/hardware.tsx +++ b/AppImage/components/hardware.tsx @@ -645,7 +645,7 @@ export default function Hardware() { )} - {/* CHANGE: Changed process name to Badge with blue color */} + {/* CHANGE: Changed process name badge from blue to purple to match Intel/AMD */} {realtimeGPUData.processes && realtimeGPUData.processes.length > 0 && (

@@ -656,7 +656,7 @@ export default function Hardware() {
- + {proc.name}

PID: {proc.pid}