From 72780bb24ce8fcb4a4233f5b4dbeda3f8b4a3b88 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:57:33 +0200 Subject: [PATCH] compiler (again) Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- lib/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/menu.ts b/lib/menu.ts index 651b061..b366400 100644 --- a/lib/menu.ts +++ b/lib/menu.ts @@ -512,6 +512,7 @@ export async function buildMenu() { } if (!persistedStoreState.disabledActions?.includes('tray-download')) { + // @ts-ignore added elsewhere const downloadMenuItem = await MenuItem.new({ id: 'download', text: 'Download', @@ -522,7 +523,6 @@ export async function buildMenu() { }) }, }) - // @ts-ignore added elsewhere // menuItems.push(downloadMenuItem) }