From 56fc54509b8e0a68da320fe71d4ce7f48c962598 Mon Sep 17 00:00:00 2001 From: Nahiyan Khan Date: Wed, 5 Feb 2025 15:02:07 -0500 Subject: [PATCH] feat: removed minHeight (#938) --- ui/desktop/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/desktop/src/main.ts b/ui/desktop/src/main.ts index fc8b128c..05621468 100644 --- a/ui/desktop/src/main.ts +++ b/ui/desktop/src/main.ts @@ -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'),