rename actual size to reset zoom (#1264)

This commit is contained in:
Mike Sawka 2024-11-11 13:10:38 -08:00 committed by GitHub
parent de902ec2b7
commit 83f671c7a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);