mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
lower min width to 450 for small screens
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user