aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/stores/SharedStoreBase.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/stores/SharedStoreBase.ts')
-rw-r--r--packages/shared/src/stores/SharedStoreBase.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/shared/src/stores/SharedStoreBase.ts b/packages/shared/src/stores/SharedStoreBase.ts
index 8d6624b..86bd0fc 100644
--- a/packages/shared/src/stores/SharedStoreBase.ts
+++ b/packages/shared/src/stores/SharedStoreBase.ts
@@ -43,6 +43,7 @@ export function defineSharedStoreModel<
43 servicesById: types.map(service), 43 servicesById: types.map(service),
44 services: types.array(types.reference(service)), 44 services: types.array(types.reference(service)),
45 shouldUseDarkColors: false, 45 shouldUseDarkColors: false,
46 language: 'en',
46 }); 47 });
47} 48}
48 49