@@ -178,7 +178,18 @@ export const store = markRaw(new Storage('base', {
|
|||||||
},
|
},
|
||||||
menu: {
|
menu: {
|
||||||
where: 'deviceAccount',
|
where: 'deviceAccount',
|
||||||
default: [],
|
default: [
|
||||||
|
'notifications',
|
||||||
|
'clips',
|
||||||
|
'drive',
|
||||||
|
'followRequests',
|
||||||
|
'-',
|
||||||
|
'explore',
|
||||||
|
'announcements',
|
||||||
|
'search',
|
||||||
|
'-',
|
||||||
|
'ui',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
statusbars: {
|
statusbars: {
|
||||||
where: 'deviceAccount',
|
where: 'deviceAccount',
|
||||||
|
Reference in New Issue
Block a user