1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00

Update Launcher.showMainWindow

Fixes #1095
This commit is contained in:
Kevin McCormack 2019-03-15 09:19:25 -04:00
parent 1a421a7b34
commit 36bb2ff175

View File

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