chore: remove zoom functions from app menu, resolves FOL-2237
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
82d621e53a
commit
084b9bd1a0
|
|
@ -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") },
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue