Skip to content

Commit

Permalink
Hotfix/saving setting default #333
Browse files Browse the repository at this point in the history
  • Loading branch information
Segu-g authored Oct 10, 2021
1 parent d0ea50a commit 07ddba7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
},
});
Expand Down

0 comments on commit 07ddba7

Please sign in to comment.