mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 18:21:47 +00:00
remove proxy from menu
This commit is contained in:
8
menu.js
8
menu.js
@ -143,14 +143,6 @@ const mainMenuTemplate = (win) => [
|
|||||||
{
|
{
|
||||||
label: "Advanced options",
|
label: "Advanced options",
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
|
||||||
label: "Proxy",
|
|
||||||
type: "checkbox",
|
|
||||||
checked: !!config.get("options.proxy"),
|
|
||||||
click: (item) => {
|
|
||||||
setProxy(item, win);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Disable hardware acceleration",
|
label: "Disable hardware acceleration",
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
|
|||||||
Reference in New Issue
Block a user