Skip to content

Commit 7c14252

Browse files
kevinoldskevy
authored andcommitted
enable zoom in/zoom out in view menu (useful for making detailed screenshots) (#39)
1 parent d3a6e27 commit 7c14252

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

main.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ app.on('ready', function() {
134134
click: function() {
135135
mainWindow.toggleDevTools();
136136
}
137+
}, {
138+
role: 'resetzoom'
139+
}, {
140+
role: 'zoomin'
141+
}, {
142+
role: 'zoomout'
137143
}]
138144
}, {
139145
label: 'Window',

0 commit comments

Comments
 (0)