diff options
| -rw-r--r-- | packages/frontend/src/store.ts | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index ffbd8d10ef..de99b233d6 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -178,7 +178,18 @@ export const store = markRaw(new Storage('base', { }, menu: { where: 'deviceAccount', - default: [], + default: [ + 'notifications', + 'clips', + 'drive', + 'followRequests', + '-', + 'explore', + 'announcements', + 'search', + '-', + 'ui', + ], }, statusbars: { where: 'deviceAccount', |