mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
rename actual size to reset zoom (#1264)
This commit is contained in:
parent
de902ec2b7
commit
83f671c7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ function getAppMenu(callbacks: AppMenuCallbacks): Electron.Menu {
|
||||||
type: "separator",
|
type: "separator",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Actual Size",
|
label: "Reset Zoom",
|
||||||
accelerator: "CommandOrControl+0",
|
accelerator: "CommandOrControl+0",
|
||||||
click: (_, window) => {
|
click: (_, window) => {
|
||||||
getWindowWebContents(window)?.setZoomFactor(1);
|
getWindowWebContents(window)?.setZoomFactor(1);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue