We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cb759 commit 3e1d206Copy full SHA for 3e1d206
electron/app/js/wktWindow.js
@@ -585,7 +585,25 @@ class WktAppMenu {
585
accelerator: 'CommandOrControl+W',
586
enabled: !this._hasOpenDialog,
587
role: 'close'
588
- }
+ },
589
+ {
590
+ type: 'separator'
591
592
593
+ id: 'resetZoom',
594
+ enabled: !this._hasOpenDialog,
595
+ role: "resetZoom"
596
597
598
+ id: 'zoomIn',
599
600
+ role: "zoomIn"
601
602
603
+ id: 'zoomOut',
604
605
+ role: "zoomOut"
606
607
]
608
},
609
{
0 commit comments