fix(frontend): fix pref migration

Fix #15661
This commit is contained in:
syuilo 2025-03-14 16:37:25 +09:00
parent 0929410d36
commit 63993dace6
1 changed files with 12 additions and 1 deletions

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