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: {