summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config.js')
-rw-r--r--config.js9
1 files changed, 9 insertions, 0 deletions
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
+ }
+});