feat: removed minHeight (#938)

This commit is contained in:
Nahiyan Khan
2025-02-05 15:02:07 -05:00
committed by GitHub
parent 64bb9e9ca6
commit 56fc54509b
+1 -1
View File
@@ -156,7 +156,7 @@ const createChat = async (app, query?: string, dir?: string, version?: string) =
width: 750,
height: 800,
minWidth: 650,
minHeight: 800,
resizable: true,
transparent: false,
useContentSize: true,
icon: path.join(__dirname, '../images/icon'),