mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 18:18:55 +00:00
app: fix: nativefier application menu support on Electron 5.0 (#876)
This commit is contained in:
parent
ef13ff1e1d
commit
359f57c1f7
@ -26,9 +26,6 @@ function createMenu({
|
||||
clearAppData,
|
||||
disableDevTools,
|
||||
}) {
|
||||
if (Menu.getApplicationMenu()) {
|
||||
return;
|
||||
}
|
||||
const zoomResetLabel =
|
||||
zoomBuildTimeValue === 1.0
|
||||
? 'Reset Zoom'
|
||||
|
Loading…
Reference in New Issue
Block a user