mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-24 15:48:27 +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,
|
clearAppData,
|
||||||
disableDevTools,
|
disableDevTools,
|
||||||
}) {
|
}) {
|
||||||
if (Menu.getApplicationMenu()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
const zoomResetLabel =
|
const zoomResetLabel =
|
||||||
zoomBuildTimeValue === 1.0
|
zoomBuildTimeValue === 1.0
|
||||||
? 'Reset Zoom'
|
? 'Reset Zoom'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user