localOnly
This commit is contained in:
parent
78a34d3de3
commit
0eacd5e1f7
3 changed files with 27 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue