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&&