(again)

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-10-14 04:57:33 +02:00
parent 297979565f
commit 72780bb24c
+1 -1
View File
@@ -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)
}