mirror of https://github.com/keeweb/keeweb
parent
3df40af7ab
commit
e51bb2ae6e
|
@ -157,12 +157,12 @@ function createMainWindow() {
|
|||
}
|
||||
|
||||
function restoreMainWindow() {
|
||||
destroyAppIcon();
|
||||
if (mainWindow.isMinimized()) {
|
||||
mainWindow.restore();
|
||||
}
|
||||
mainWindow.setSkipTaskbar(false);
|
||||
mainWindow.focus();
|
||||
setTimeout(destroyAppIcon, 0);
|
||||
}
|
||||
|
||||
function closeMainWindow() {
|
||||
|
|
Loading…
Reference in New Issue