mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
Also call electron's setAppUserModelId()
This commit is contained in:
parent
ef4d09c5e2
commit
5e17ef5e21
1 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,8 @@ const configPath = path.join(getApplicationDataDirectory(), 'config.json');
|
|||
var userConfig = new Config();
|
||||
userConfig.load(configPath);
|
||||
|
||||
app.setAppUserModelId(APP_USER_MODEL_ID);
|
||||
|
||||
// print out uncaught exceptions in the console
|
||||
process.on('uncaughtException', function(err) {
|
||||
log.error(err);
|
||||
|
|
Loading…
Reference in a new issue