mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fixed typo bug
This commit is contained in:
@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user