From e0bc0516226c00e418261603a819ccf74193ce54 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Mon, 22 Jun 2020 15:47:46 -0700 Subject: woah :star: --- config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.js (limited to 'config.js') diff --git a/config.js b/config.js new file mode 100644 index 0000000..4d0f3f3 --- /dev/null +++ b/config.js @@ -0,0 +1,9 @@ +'use strict'; +const Store = require('electron-store'); + +module.exports = new Store({ + defaults: { + debugEnable: false, + menuEnable: true + } +}); -- cgit v1.2.3