1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-09 04:59:34 -05:00

fix(frontend): fix pref migration

Fix 
This commit is contained in:
syuilo 2025-03-14 16:37:25 +09:00
parent 0929410d36
commit 63993dace6

View file

@ -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',