diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-28 09:46:41 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-28 09:46:41 +0900 |
| commit | c99f4dc4ce757f34d15f4ce4e1748519e7b82453 (patch) | |
| tree | 2c336edaef61351a177d682c3cde8d8558e6bce0 /packages/frontend/src/store.ts | |
| parent | refactor (diff) | |
| download | sharkey-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.ts | 4 |
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, |