+
+
+ {{ x.type ?? i18n.ts.notSet }}
+ {{ x.name }}
+
+
+ add
+
+ Size
+
+
+
+
+
+
+
+
+
diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts
index 94d9d91385..cde907017d 100644
--- a/packages/client/src/store.ts
+++ b/packages/client/src/store.ts
@@ -88,6 +88,19 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'deviceAccount',
default: false,
},
+ statusbars: {
+ where: 'deviceAccount',
+ default: [] as {
+ name: string;
+ id: string;
+ type: string;
+ props: Record