diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 7f08002e98..b677ea6765 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -132,10 +132,6 @@ export const defaultStore = markRaw(new Storage('base', { where: 'account', default: [] as string[], }, - trustedDomains: { - where: 'account', - default: [] as string[], - }, menu: { where: 'deviceAccount', @@ -450,6 +446,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'device', default: true, }, + trustedDomains: { + where: 'device', + default: [] as string[], + }, sound_masterVolume: { where: 'device',