mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 16:23:08 +02:00
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',
|
||||
default: [
|
||||
'notifications',
|
||||
'favorites',
|
||||
'drive',
|
||||
'explore',
|
||||
'followRequests',
|
||||
'-',
|
||||
'explore',
|
||||
'announcements',
|
||||
'search',
|
||||
'lookup',
|
||||
'-',
|
||||
'ui',
|
||||
'favorites',
|
||||
'drive',
|
||||
'achievements',
|
||||
],
|
||||
},
|
||||
visibility: {
|
||||
|
|
Loading…
Reference in a new issue