Better context menu on macOS

This commit is contained in:
Fedor Indutny
2025-05-05 15:07:07 -07:00
committed by GitHub
parent d91c28bae9
commit 7324ddcf2c

View File

@@ -220,6 +220,7 @@ export const setup = (
const menu = Menu.buildFromTemplate(template);
menu.popup({
window: browserWindow,
frame: params.frame ?? undefined,
});
}
});