mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 04:11:47 +00:00
Volume Steps Prompt
Precise-Volume Global Shortcuts Prompt
This commit is contained in:
17
menu.js
17
menu.js
@ -141,18 +141,17 @@ const mainMenuTemplate = (win) => [
|
||||
],
|
||||
},
|
||||
{ type: "separator" },
|
||||
// Should be put in Advanced Options submenu
|
||||
{
|
||||
label: "Proxy",
|
||||
type: "checkbox",
|
||||
checked: !!config.get("options.proxy"),
|
||||
click: (item) => {
|
||||
setProxy(item, win);
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "Advanced options",
|
||||
submenu: [
|
||||
{
|
||||
label: "Proxy",
|
||||
type: "checkbox",
|
||||
checked: !!config.get("options.proxy"),
|
||||
click: (item) => {
|
||||
setProxy(item, win);
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "Disable hardware acceleration",
|
||||
type: "checkbox",
|
||||
|
||||
Reference in New Issue
Block a user