Get rid of the menu on our about window

This commit is contained in:
Amelia Frost 2026-04-05 20:16:25 -07:00
parent a81c7b092b
commit 50b05be8fc
No known key found for this signature in database

View file

@ -29,6 +29,8 @@ export function createAboutWindow() {
},
});
aboutWindow.setMenu(null);
aboutWindow.loadFile(join(__dirname, "about.html"));
aboutWindow.on("ready-to-show", () => {