Hide menu in web services on Windows/Linux

https://github.com/samuelthomas2774/nxapi/issues/24
This commit is contained in:
Samuel Elliott
2022-09-20 16:36:41 +01:00
parent 3b9d07042f
commit 6f84981018

View File

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