lower min width to 450 for small screens

This commit is contained in:
Zane Staggs
2025-09-03 13:37:14 -07:00
parent 651456022c
commit 9374a8e29b
+1 -1
View File
@@ -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'),