have to do this
This commit is contained in:
parent
964fcc7a13
commit
46adbc704c
1 changed files with 4 additions and 2 deletions
|
@ -48,8 +48,10 @@ export class AppEvents {
|
|||
// Expose GC
|
||||
electron.app.commandLine.appendSwitch('js-flags','--expose_gc')
|
||||
|
||||
electron.app.setAppUserModelId(process.execPath) // For notification name
|
||||
|
||||
if (process.platform === "win32") {
|
||||
electron.app.setAppUserModelId("Cider") // For notification name
|
||||
}
|
||||
|
||||
/***********************************************************************************************************************
|
||||
* Commandline arguments
|
||||
**********************************************************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue