From b71f7095af2f4d2f1cf48a3b6a3f0ff54dcd7351 Mon Sep 17 00:00:00 2001 From: an-lee Date: Mon, 2 Dec 2024 17:42:23 +0800 Subject: [PATCH] Fix menu --- enjoy/src/main/window.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enjoy/src/main/window.ts b/enjoy/src/main/window.ts index 0c67e973..5821451b 100644 --- a/enjoy/src/main/window.ts +++ b/enjoy/src/main/window.ts @@ -648,6 +648,7 @@ ${log} submenu: [ { role: "about" }, { type: "separator" }, + { role: "togglefullscreen" }, { role: "hide" }, { role: "unhide" }, { type: "separator" }, @@ -663,6 +664,7 @@ ${log} { role: "cut" }, { role: "copy" }, { role: "paste" }, + { role: "selectAll" }, ], }, {