From 52263b72899f1675940db000a4a1802f4eb24ad5 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 23 Aug 2026 16:34:21 +1000 Subject: [PATCH] Keep the Lighting tab when Teevolution DPI lighting is available. The tab filter only checked generic RGB, so Terra Pro lost its DPI indicator controls after unnecessary tabs were hidden. --- src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index f59a9cd..7b3c2b3 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -282,7 +282,7 @@ export function App(): ReactNode { var tempTabs = WORKSPACE_TAB_ORDER; const has = cardAvailability(snapshot); if(status==null)return tempTabs; - if(!has.lighting)tempTabs=tempTabs.filter(tab=>tab!="lighting") + if(!has.lighting&&!has.teevolutionDpiLighting)tempTabs=tempTabs.filter(tab=>tab!="lighting") if(!has.eggButtons&& !has.razerButtons&& !has.mxMasterButtons&&