mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
Rename dependencies.
This commit is contained in:
@@ -3,8 +3,8 @@ const {app} = require('electron')
|
||||
const chalk = require("chalk")
|
||||
const AutoLaunch = require('auto-launch')
|
||||
|
||||
//* Setup electron-config
|
||||
const Config = require('electron-config');
|
||||
//* Setup electron-store
|
||||
const Config = require('electron-store');
|
||||
const userSettings = new Config({
|
||||
name: "userSettings"
|
||||
});
|
||||
@@ -28,4 +28,4 @@ if(userSettings.get('autoLaunch') == undefined || userSettings.get('autoLaunch')
|
||||
.catch(function(err) {
|
||||
console.log(CONSOLEPREFIX + chalk.red("Error while adding App to autostart."))
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user