Fix resumeOnStart option

This commit is contained in:
TC
2021-03-04 23:09:01 +01:00
parent 0dcf820944
commit f50bd32fa3
5 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,4 @@
const defaultConfig = require("./defaults");
const plugins = require("./plugins");
const store = require("./store");
@ -10,6 +11,7 @@ const get = (key) => {
};
module.exports = {
defaultConfig,
get,
set,
edit: () => store.openInEditor(),