Fix for notification source on Windows
This commit is contained in:
parent
2c4158702f
commit
2164a5798a
1 changed files with 3 additions and 1 deletions
|
@ -48,6 +48,8 @@ export class AppEvents {
|
||||||
// Expose GC
|
// Expose GC
|
||||||
electron.app.commandLine.appendSwitch('js-flags','--expose_gc')
|
electron.app.commandLine.appendSwitch('js-flags','--expose_gc')
|
||||||
|
|
||||||
|
electron.app.setAppUserModelId(process.execPath) // For notification name
|
||||||
|
|
||||||
/***********************************************************************************************************************
|
/***********************************************************************************************************************
|
||||||
* Commandline arguments
|
* Commandline arguments
|
||||||
**********************************************************************************************************************/
|
**********************************************************************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue