diff --git a/src/App.tsx b/src/App.tsx index 789adf68a..cb870f01f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -895,7 +895,7 @@ function App() { visibleApps={visibleApps} compact={ isCurrentAppTakeoverActive && - Object.values(visibleApps).filter(Boolean).length >= 3 + Object.values(visibleApps).filter(Boolean).length >= 4 } />