mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
feat: migrate to new plugin api
Co-authored-by: Su-Yong <simssy2205@gmail.com>
This commit is contained in:
@ -57,6 +57,7 @@ export const mainMenuTemplate = async (win: BrowserWindow): Promise<MenuTemplate
|
||||
config.setPartial(`plugins.${name}`, newConfig);
|
||||
},
|
||||
window: win,
|
||||
refresh: () => refreshMenu(win),
|
||||
});
|
||||
|
||||
const availablePlugins = getAvailablePluginNames();
|
||||
|
||||
Reference in New Issue
Block a user