diff options
| author | 8cy <[email protected]> | 2020-06-22 15:47:46 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-22 15:47:46 -0700 |
| commit | e0bc0516226c00e418261603a819ccf74193ce54 (patch) | |
| tree | dd980c424adbb82771cd0fe41a5f4d7418af73f4 /config.js | |
| download | monkey-type-desktop-e0bc0516226c00e418261603a819ccf74193ce54.tar.xz monkey-type-desktop-e0bc0516226c00e418261603a819ccf74193ce54.zip | |
woah :star:
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 9 |
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 + } +}); |