Fixes #19
This commit is contained in:
parent
740be6b6b7
commit
8d719ced6e
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ chrome.app.runtime.onLaunched.addListener(function(launchData) {
|
|||
mainWindow.contentWindow.require(["command"], function(c) {
|
||||
c.fire("session:open-launch");
|
||||
});
|
||||
mainWindow.focus();
|
||||
mainWindow.drawAttention();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue