chore: remove zoom functions from app menu, resolves FOL-2237

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2025-07-08 23:43:02 +08:00
parent 82d621e53a
commit 084b9bd1a0
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 0 additions and 4 deletions

View File

@ -131,10 +131,6 @@ export const registerAppMenu = () => {
{ role: "forceReload", label: t("menu.forceReload") },
{ role: "toggleDevTools", label: t("menu.toggleDevTools") },
{ type: "separator" },
{ role: "resetZoom", label: t("menu.actualSize") },
{ role: "zoomIn", label: t("menu.zoomIn") },
{ role: "zoomOut", label: t("menu.zoomOut") },
{ type: "separator" },
{ role: "togglefullscreen", label: t("menu.toggleFullScreen") },
],