fixed zooming - fixes #3684

This commit is contained in:
Eugene Pankov
2021-05-13 18:36:45 +02:00
parent 1326fd7355
commit c7bee48199
2 changed files with 3 additions and 5 deletions

View File

@@ -212,13 +212,8 @@ export class Application {
label: 'View',
submenu: [
{ role: 'reload' },
{ role: 'forceReload' },
{ role: 'toggleDevTools' },
{ type: 'separator' },
{ role: 'resetZoom' },
{ role: 'zoomIn' },
{ role: 'zoomOut' },
{ type: 'separator' },
{ role: 'togglefullscreen' },
],
},