Update Launcher.showMainWindow

Fixes #1095
This commit is contained in:
Kevin McCormack 2019-03-15 09:19:25 -04:00
parent 1a421a7b34
commit 36bb2ff175
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) {