mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +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",
|
||||
},
|
||||
{
|
||||
label: "Actual Size",
|
||||
label: "Reset Zoom",
|
||||
accelerator: "CommandOrControl+0",
|
||||
click: (_, window) => {
|
||||
getWindowWebContents(window)?.setZoomFactor(1);
|
||||
|
Loading…
Reference in New Issue
Block a user