fixed typo bug

This commit is contained in:
Araxeus
2021-03-22 04:06:42 +02:00
parent 6427b3406c
commit 17e63194ad

View File

@ -7,10 +7,12 @@ module.exports = win => {
win.minimize()
win.setSkipTaskbar(true);}
var show = win.show;
win.show = function () {
win.restore();
win.focus();
win.setSkipTaskbar(false);
show.apply(win)
}
win.isVisible = function () {