mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
fixed line that xo-lint broke
This commit is contained in:
@ -8,7 +8,7 @@ module.exports = win => {
|
|||||||
win.setSkipTaskbar(true);
|
win.setSkipTaskbar(true);
|
||||||
};
|
};
|
||||||
|
|
||||||
const {show} = win;
|
const show = win.show;
|
||||||
win.show = function () {
|
win.show = function () {
|
||||||
win.restore();
|
win.restore();
|
||||||
win.focus();
|
win.focus();
|
||||||
|
|||||||
Reference in New Issue
Block a user