diff --git a/packages/frontend/src/stores/app.ts b/packages/frontend/src/stores/app.ts index 5129a46..76b1ba5 100644 --- a/packages/frontend/src/stores/app.ts +++ b/packages/frontend/src/stores/app.ts @@ -60,7 +60,12 @@ export const isSystemApp = (id: string): boolean => { rid.startsWith('vault') || rid.startsWith('settings') || rid.startsWith('appstore') || - rid.startsWith('console') + rid.startsWith('console') || + rid.startsWith('market') || + rid.startsWith('profile') || + rid.startsWith('dashboard') || + rid.startsWith('wise') || + rid.startsWith('control-hub') ) { return true; }