mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
rename actual size to reset zoom (#1264)
This commit is contained in:
parent
de902ec2b7
commit
83f671c7a9
@ -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 New Issue
Block a user