mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
Update index.js
This commit is contained in:
@@ -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', () => {});
|
||||
|
||||
Reference in New Issue
Block a user