mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-09-08 11:25:09 -05:00
Hide menu in web services on Windows/Linux
https://github.com/samuelthomas2774/nxapi/issues/24
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user