There was an error while loading. Please reload this page.
1 parent 790f2b1 commit 4012b9aCopy full SHA for 4012b9a
1 file changed
src/vectormenu.ts
@@ -100,7 +100,7 @@ export function buildMenuTemplate(): Menu {
100
{
101
label: _t("proxy|title") + "…",
102
click(): void {
103
- globalThis.mainWindow?.webContents.send("open_proxy_settings");
+ globalThis.mainWindow?.webContents.send("openProxySettings");
104
},
105
106
] as MenuItemConstructorOptions[])
@@ -170,7 +170,7 @@ export function buildMenuTemplate(): Menu {
170
171
172
173
174
175
176
{ type: "separator" },
0 commit comments