This commit is contained in:
mattyatea 2024-05-17 23:17:01 +09:00
parent be31cedd98
commit b05df30660
1 changed files with 0 additions and 8 deletions

View File

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