parent
0929410d36
commit
63993dace6
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue