From e626e25b360bd9636f35ba6742885427d9200ed9 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Fri, 22 Mar 2024 18:09:48 +0900 Subject: [PATCH] =?UTF-8?q?trustedDomains=E3=81=AE=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=A0=B4=E6=89=80=E3=82=92=E3=83=AD=E3=83=BC=E3=82=AB=E3=83=AB?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/store.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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',