From b77643b92899fef607bae690e48a8b0354ee81d3 Mon Sep 17 00:00:00 2001 From: Araxeus Date: Wed, 28 Apr 2021 03:54:59 +0300 Subject: [PATCH] remove proxy from menu --- menu.js | 8 -------- 1 file changed, 8 deletions(-) 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",