From 5b7b3614568ac4741b37ec1306486d72f6d34266 Mon Sep 17 00:00:00 2001 From: Bilog WEB3 <155262265+Bilogweb3@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:52:42 +0100 Subject: [PATCH] Update window.ts --- apps/remixdesktop/src/menus/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remixdesktop/src/menus/window.ts b/apps/remixdesktop/src/menus/window.ts index 30e2ef8125..e227ee99cb 100644 --- a/apps/remixdesktop/src/menus/window.ts +++ b/apps/remixdesktop/src/menus/window.ts @@ -15,7 +15,7 @@ export default ( type: 'separator' }, { - // It's the same thing as clicking the green traffc-light on macOS + // It's the same thing as clicking the green traffic-light on macOS role: 'zoom', accelerator: commandKeys['window:zoom'] },