Skip to content

Commit 83f671c

Browse files
authored
rename actual size to reset zoom (#1264)
1 parent de902ec commit 83f671c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

emain/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function getAppMenu(callbacks: AppMenuCallbacks): Electron.Menu {
151151
type: "separator",
152152
},
153153
{
154-
label: "Actual Size",
154+
label: "Reset Zoom",
155155
accelerator: "CommandOrControl+0",
156156
click: (_, window) => {
157157
getWindowWebContents(window)?.setZoomFactor(1);

0 commit comments

Comments
 (0)