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
1 changed files with 0 additions and 3 deletions

View File

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