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" }, ], }, {