From d8fc9e352d4b3d04d57afa68aa9d2e9325515d06 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Fri, 23 Sep 2022 21:32:18 +0100 Subject: [PATCH] Allow resizing web services --- src/app/main/windows.ts | 1 - 1 file changed, 1 deletion(-) 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,