diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index c20c945aef..b03c3d0c96 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -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,