fixed line that xo-lint broke

This commit is contained in:
Araxeus
2021-03-22 13:48:08 +02:00
parent 24fea5a24a
commit ce2970eefa

View File

@ -8,7 +8,7 @@ module.exports = win => {
win.setSkipTaskbar(true);
};
const {show} = win;
const show = win.show;
win.show = function () {
win.restore();
win.focus();