remove proxy from menu

This commit is contained in:
Araxeus
2021-04-28 03:54:59 +03:00
parent 0adb36cfb8
commit b77643b928

View File

@ -143,14 +143,6 @@ const mainMenuTemplate = (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",