mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
only refresh if plugin has a menu.js
This commit is contained in:
@ -22,7 +22,6 @@ let win;
|
||||
let done = false;
|
||||
|
||||
module.exports = winImport => {
|
||||
//override menu template for custom menu
|
||||
win = winImport;
|
||||
// css for custom scrollbar + disable drag area(was causing bugs)
|
||||
injectCSS(win.webContents, path.join(__dirname, 'style.css'));
|
||||
|
||||
Reference in New Issue
Block a user