Skip to content

Commit

Permalink
rename actual size to reset zoom (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawka authored Nov 11, 2024
1 parent de902ec commit 83f671c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emain/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 83f671c

Please sign in to comment.