We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Proxy
Set Proxy
1 parent d45ca96 commit 0442e42Copy full SHA for 0442e42
menu.ts
@@ -309,11 +309,10 @@ export const mainMenuTemplate = (win: BrowserWindow): MenuTemplate => {
309
label: 'Advanced options',
310
submenu: [
311
{
312
- label: 'Proxy',
313
- type: 'checkbox',
314
- checked: !!(config.get('options.proxy')) && config.get('options.proxy') !== '',
315
- click(item) {
316
- setProxy(item, win);
+ label: 'Set Proxy',
+ type: 'normal',
+ async click(item) {
+ await setProxy(item, win);
317
},
318
319
0 commit comments