electron-201: applied common changes for windows too

This commit is contained in:
Vishwas Shashidhar
2017-11-07 13:31:45 +05:30
parent 94d3a9aa38
commit d8cc2531be
2 changed files with 2 additions and 3 deletions

View File

@@ -196,7 +196,9 @@ function setStartup(lStartup) {
let launchOnStartup = (lStartup === 'true');
if (launchOnStartup) {
symphonyAutoLauncher.enable();
return resolve();
}
symphonyAutoLauncher.disable();
return resolve();
});
}