From 83f671c7a98b2feaadb90bb6dfd8155b57a33e83 Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Mon, 11 Nov 2024 13:10:38 -0800 Subject: [PATCH] rename actual size to reset zoom (#1264) --- emain/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emain/menu.ts b/emain/menu.ts index f5bfe6c51..0c451bdc9 100644 --- a/emain/menu.ts +++ b/emain/menu.ts @@ -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);