mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
Allow resizing web services
This commit is contained in:
parent
b26f71f930
commit
d8fc9e352d
|
|
@ -72,7 +72,6 @@ export function createWebServiceWindow(nsa_id: string, webservice: WebService, t
|
|||
const window = new BrowserWindow({
|
||||
width: 375,
|
||||
height: 667,
|
||||
resizable: false,
|
||||
autoHideMenuBar: true,
|
||||
title: (title_prefix ?? '') + webservice.name,
|
||||
backgroundColor: nativeTheme.shouldUseDarkColors ? BACKGROUND_COLOUR_MAIN_DARK : BACKGROUND_COLOUR_MAIN_LIGHT,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user