upd: change menu sorting
This commit is contained in:
parent
e5dc9f20ac
commit
57c37a8938
1 changed files with 5 additions and 4 deletions
|
@ -118,15 +118,16 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
where: 'deviceAccount',
|
where: 'deviceAccount',
|
||||||
default: [
|
default: [
|
||||||
'notifications',
|
'notifications',
|
||||||
'favorites',
|
'explore',
|
||||||
'drive',
|
|
||||||
'followRequests',
|
'followRequests',
|
||||||
'-',
|
'-',
|
||||||
'explore',
|
|
||||||
'announcements',
|
'announcements',
|
||||||
'search',
|
'search',
|
||||||
|
'lookup',
|
||||||
'-',
|
'-',
|
||||||
'ui',
|
'favorites',
|
||||||
|
'drive',
|
||||||
|
'achievements',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
visibility: {
|
visibility: {
|
||||||
|
|
Loading…
Reference in a new issue