mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 14:38:40 -09:00
Merge pull request #640 from timneutkens/bugfix/reset-zoom-level-label
Rename Actual Size to Reset Zoom Level #124
This commit is contained in:
commit
333000a262
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ module.exports = function createMenu ({ createWindow, updatePlugins }) {
|
|||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Actual Size',
|
||||
label: 'Reset Zoom Level',
|
||||
accelerator: 'CmdOrCtrl+0',
|
||||
click (item, focusedWindow) {
|
||||
if (focusedWindow) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue