Update index.js

This commit is contained in:
kaikecarlos
2018-11-23 08:31:52 -03:00
committed by GitHub
parent 84c1110f18
commit db747ea246

View File

@@ -13,8 +13,8 @@ const os = require('os')
const updater = require('./util/updateChecker')
//* Require Needed packages
const chalk = require("chalk")
//* Setup electron-config
const Config = require('electron-config');
//* Setup electron-store
const Config = require('electron-store');
const userSettings = new Config({
name: "userSettings"
});
@@ -82,4 +82,4 @@ const appReady = async () => {
app.on('ready', appReady);
//* Prevent default behaviour
app.on('window-all-closed', () => {});
app.on('window-all-closed', () => {});