Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 4012b9a

Browse files
committed
refactor: Use camelCase for openProxySettings IPC channel
1 parent 790f2b1 commit 4012b9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vectormenu.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export function buildMenuTemplate(): Menu {
100100
{
101101
label: _t("proxy|title") + "…",
102102
click(): void {
103-
globalThis.mainWindow?.webContents.send("open_proxy_settings");
103+
globalThis.mainWindow?.webContents.send("openProxySettings");
104104
},
105105
},
106106
] as MenuItemConstructorOptions[])
@@ -170,7 +170,7 @@ export function buildMenuTemplate(): Menu {
170170
{
171171
label: _t("proxy|title") + "…",
172172
click(): void {
173-
globalThis.mainWindow?.webContents.send("open_proxy_settings");
173+
globalThis.mainWindow?.webContents.send("openProxySettings");
174174
},
175175
},
176176
{ type: "separator" },

0 commit comments

Comments
 (0)