mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
Rename Actual Size to Reset Zoom Level #124
This commit is contained in:
parent
445e7e4d67
commit
c8784c2d08
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ module.exports = function createMenu ({ createWindow, updatePlugins }) {
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Actual Size',
|
label: 'Reset Zoom Level',
|
||||||
accelerator: 'CmdOrCtrl+0',
|
accelerator: 'CmdOrCtrl+0',
|
||||||
click (item, focusedWindow) {
|
click (item, focusedWindow) {
|
||||||
if (focusedWindow) {
|
if (focusedWindow) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue