summaryrefslogtreecommitdiff
path: root/packages/frontend/src/store.ts
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-04-28 09:46:41 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-04-28 09:46:41 +0900
commitc99f4dc4ce757f34d15f4ce4e1748519e7b82453 (patch)
tree2c336edaef61351a177d682c3cde8d8558e6bce0 /packages/frontend/src/store.ts
parentrefactor (diff)
downloadsharkey-c99f4dc4ce757f34d15f4ce4e1748519e7b82453.tar.gz
sharkey-c99f4dc4ce757f34d15f4ce4e1748519e7b82453.tar.bz2
sharkey-c99f4dc4ce757f34d15f4ce4e1748519e7b82453.zip
enhance(frontend): add drive tip
Diffstat (limited to '')
-rw-r--r--packages/frontend/src/store.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts
index 456006e7ff..5ff9c1c7fe 100644
--- a/packages/frontend/src/store.ts
+++ b/packages/frontend/src/store.ts
@@ -35,6 +35,10 @@ export const store = markRaw(new Pizzax('base', {
where: 'account',
default: false,
},
+ readDriveTip: {
+ where: 'account',
+ default: false,
+ },
memo: {
where: 'account',
default: null,