Update store.ts
This commit is contained in:
parent
2fe4a51d26
commit
1b7c293745
1 changed files with 3 additions and 6 deletions
|
@ -68,16 +68,13 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'deviceAccount',
|
||||
default: [
|
||||
'notifications',
|
||||
'favorites',
|
||||
'drive',
|
||||
'messaging',
|
||||
'followRequests',
|
||||
'favorites',
|
||||
'-',
|
||||
'featured',
|
||||
'explore',
|
||||
'announcements',
|
||||
'channels',
|
||||
'search',
|
||||
'-',
|
||||
'ui',
|
||||
],
|
||||
},
|
||||
visibility: {
|
||||
|
|
Loading…
Reference in a new issue