From 5ec327f31b815b264fb83350839412ab6c2968c3 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Mon, 16 Sep 2024 14:01:58 +0900 Subject: [PATCH] Hide top level menu bar. --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index ff4e9a07..32f5cee7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -46,6 +46,7 @@ const createWindow = async () => { nodeIntegration: true, // Enable Node.js integration contextIsolation: true, }, + autoHideMenuBar: true, }); // and load the index.html of the app.