localOnly

This commit is contained in:
mattyatea 2024-01-23 13:06:33 +09:00
parent 78a34d3de3
commit 0eacd5e1f7
3 changed files with 27 additions and 1 deletions

View file

@ -104,6 +104,14 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'account',
default: false,
},
defaultHomeNoteLocalOnly: {
where: 'account',
default: false,
},
defaultFollowersNoteLocalOnly: {
where: 'account',
default: false,
},
uploadFolder: {
where: 'account',
default: null as string | null,