Allow resizing web services

This commit is contained in:
Samuel Elliott 2022-09-23 21:32:18 +01:00
parent b26f71f930
commit d8fc9e352d
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -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,