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