update
This commit is contained in:
parent
be31cedd98
commit
b05df30660
|
@ -117,14 +117,6 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
where: 'account',
|
where: 'account',
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
defaultNoteVisibility: {
|
|
||||||
where: 'account',
|
|
||||||
default: 'home',
|
|
||||||
},
|
|
||||||
defaultNoteLocalOnly: {
|
|
||||||
where: 'account',
|
|
||||||
default: false,
|
|
||||||
},
|
|
||||||
uploadFolder: {
|
uploadFolder: {
|
||||||
where: 'account',
|
where: 'account',
|
||||||
default: null as string | null,
|
default: null as string | null,
|
||||||
|
|
Loading…
Reference in New Issue