Skip to content

Commit

Permalink
fixed typo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Mar 22, 2021
1 parent 6427b34 commit 17e6319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/taskbar-mediacontrol/back.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 17e6319

Please sign in to comment.