From 07ddba7d535bd93777d3eb16e069e46d8706bd7f Mon Sep 17 00:00:00 2001 From: Segu <51497552+Segu-g@users.noreply.github.com> Date: Sun, 10 Oct 2021 15:56:42 +0900 Subject: [PATCH] Hotfix/saving setting default #333 --- src/background.ts | 7 +++++++ 1 file changed, 7 insertions(+) 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, + }, }, }, });