Update store.ts

This commit is contained in:
NoriDev 2023-06-12 02:28:11 +09:00
parent d018913e4c
commit ce1315ec3b

View file

@ -112,10 +112,12 @@ export const defaultStore = markRaw(new Storage('base', {
default: [ default: [
'notifications', 'notifications',
'messaging', 'messaging',
'explore',
'search',
'favorites', 'favorites',
'followRequests', 'followRequests',
'-',
'explore',
'search',
'announcements',
], ],
}, },
visibility: { visibility: {