diff --git a/menu.js b/menu.js index 0ab62c7f..957d2b2b 100644 --- a/menu.js +++ b/menu.js @@ -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",