mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
parent
0929410d36
commit
63993dace6
1 changed files with 12 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue