diff --git a/src/background.ts b/src/background.ts index ab8f0948be..fd7581cf22 100644 --- a/src/background.ts +++ b/src/background.ts @@ -75,6 +75,13 @@ const store = new Store<{ fixedExportDir: { type: "string", default: "" }, exportLab: { type: "boolean", default: false }, }, + default: { + fileEncoding: "UTF-8", + fixedExportEnabled: false, + avoidOverwrite: false, + fixedExportDir: "", + exportLab: false, + }, }, }, });