diff --git a/src/app/main/windows.ts b/src/app/main/windows.ts index acbbe4f..41fb120 100644 --- a/src/app/main/windows.ts +++ b/src/app/main/windows.ts @@ -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,