From 90028a96b62bf6da8b2f4534f4bd30c45daee045 Mon Sep 17 00:00:00 2001 From: mattyatea Date: Tue, 26 Sep 2023 10:55:42 +0900 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E9=96=8B=E7=AF=84=E5=9B=B2=E3=81=AB?= =?UTF-8?q?=E8=89=B2=E4=BB=98=E3=81=91(localonly)=20=E3=82=B3=E3=83=9F?= =?UTF-8?q?=E3=83=83=E3=83=88=E5=BF=98=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/store.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index d48517aaf2..94323a7b17 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -360,6 +360,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'device', default: '#00FFFF', }, + localOnlyColor:{ + where:'device', + default: '#2b2c41' + }, numberOfGamingSpeed: { where: 'device', default: 44,