From 67579877bc341603c9a50f472ce6ccd6e1348233 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sat, 7 Oct 2023 12:10:41 +0900 Subject: [PATCH] fix: call pluginEnabledMenu(pluginName, pluginLabel) --- menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.ts b/menu.ts index 5af317be..17c7437c 100644 --- a/menu.ts +++ b/menu.ts @@ -97,7 +97,7 @@ export const mainMenuTemplate = (win: BrowserWindow): MenuTemplate => { } satisfies Electron.MenuItemConstructorOptions; } - return pluginEnabledMenu(pluginName); + return pluginEnabledMenu(pluginName, pluginLabel); }), }, {