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'),