fixed auto-type window on mac

This commit is contained in:
antelle 2019-03-31 14:30:36 +02:00
parent 35ed03021a
commit 3012d1b4e1
1 changed files with 1 additions and 0 deletions

View File

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