2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-20 12:22:21 +00:00

app: fix: nativefier application menu support on Electron 5.0 (#876)

This commit is contained in:
Adrian DC 2019-10-27 20:42:02 +01:00 committed by Ronan Jouchet
parent ef13ff1e1d
commit 359f57c1f7

View File

@ -26,9 +26,6 @@ function createMenu({
clearAppData,
disableDevTools,
}) {
if (Menu.getApplicationMenu()) {
return;
}
const zoomResetLabel =
zoomBuildTimeValue === 1.0
? 'Reset Zoom'