From 50b05be8fc8b6af8a299c4218a79a6439e55bd7d Mon Sep 17 00:00:00 2001 From: Amelia Frost Date: Sun, 5 Apr 2026 20:16:25 -0700 Subject: [PATCH] Get rid of the menu on our about window --- src/native/about.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/native/about.ts b/src/native/about.ts index 601001d..352a4e7 100644 --- a/src/native/about.ts +++ b/src/native/about.ts @@ -29,6 +29,8 @@ export function createAboutWindow() { }, }); + aboutWindow.setMenu(null); + aboutWindow.loadFile(join(__dirname, "about.html")); aboutWindow.on("ready-to-show", () => {