From 6f8498101877919e9295884aadce37db0e34a1ae Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Tue, 20 Sep 2022 16:36:41 +0100 Subject: [PATCH] Hide menu in web services on Windows/Linux https://github.com/samuelthomas2774/nxapi/issues/24 --- src/app/main/windows.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/main/windows.ts b/src/app/main/windows.ts index 3223bbf..acbbe4f 100644 --- a/src/app/main/windows.ts +++ b/src/app/main/windows.ts @@ -73,6 +73,7 @@ export function createWebServiceWindow(nsa_id: string, webservice: WebService, t width: 375, height: 667, resizable: false, + autoHideMenuBar: true, title: (title_prefix ?? '') + webservice.name, backgroundColor: nativeTheme.shouldUseDarkColors ? BACKGROUND_COLOUR_MAIN_DARK : BACKGROUND_COLOUR_MAIN_LIGHT, webPreferences: {