Merge pull request #1138 from HarlemSquirrel/linux-focus-fix

Update Launcher.showMainWindow
This commit is contained in:
antelle 2019-03-31 14:07:00 +02:00 committed by GitHub
commit 443a7b4f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ const Launcher = {
},
showMainWindow: function() {
const win = this.getMainWindow();
win.show();
win.focus();
win.restore();
},
spawn: function(config) {