From fe1297936f3595ce988c1983b7e9ce0240f1a041 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 27 May 2026 17:55:41 +0200 Subject: [PATCH] Update AppImage 1.2.1.3 --- AppImage/components/gpu-switch-mode-indicator.tsx | 6 +++++- AppImage/components/hardware.tsx | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AppImage/components/gpu-switch-mode-indicator.tsx b/AppImage/components/gpu-switch-mode-indicator.tsx index 792a7734..fa84f3ab 100644 --- a/AppImage/components/gpu-switch-mode-indicator.tsx +++ b/AppImage/components/gpu-switch-mode-indicator.tsx @@ -77,7 +77,11 @@ export function GpuSwitchModeIndicator({ return (
-
+
{hardwareData.gpus.map((gpu, index) => { const pciDevice = findPCIDeviceForGPU(gpu) const fullSlot = pciDevice?.slot || gpu.slot