mirror of https://github.com/keeweb/keeweb
parent
b732eb9a74
commit
b7475a8d4c
|
@ -166,12 +166,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