diff --git a/ui/desktop/src/main.ts b/ui/desktop/src/main.ts index 2eb10b0597..e71cb167ef 100644 --- a/ui/desktop/src/main.ts +++ b/ui/desktop/src/main.ts @@ -596,7 +596,7 @@ const createChat = async ( y: mainWindowState.y, width: mainWindowState.width, height: mainWindowState.height, - minWidth: 750, + minWidth: 450, resizable: true, useContentSize: true, icon: path.join(__dirname, '../images/icon'),