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,