mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
Merge pull request #699 from Araxeus/improve-plugin-submenu-ux
Improve plugin submenu ux
This commit is contained in:
1
menu.js
1
menu.js
@ -51,6 +51,7 @@ const mainMenuTemplate = (win) => {
|
|||||||
label: plugin,
|
label: plugin,
|
||||||
submenu: [
|
submenu: [
|
||||||
pluginEnabledMenu(plugin, "Enabled", true, refreshMenu),
|
pluginEnabledMenu(plugin, "Enabled", true, refreshMenu),
|
||||||
|
{ type: "separator" },
|
||||||
...getPluginMenu(win, config.plugins.getOptions(plugin), refreshMenu),
|
...getPluginMenu(win, config.plugins.getOptions(plugin), refreshMenu),
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user