mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
feat(export): narrow chat window and refine progress settle
This commit is contained in:
@@ -708,9 +708,9 @@ function createSessionChatWindow(sessionId: string) {
|
||||
const isDark = nativeTheme.shouldUseDarkColors
|
||||
|
||||
const win = new BrowserWindow({
|
||||
width: 980,
|
||||
width: 600,
|
||||
height: 820,
|
||||
minWidth: 560,
|
||||
minWidth: 420,
|
||||
minHeight: 560,
|
||||
icon: iconPath,
|
||||
webPreferences: {
|
||||
|
||||
Reference in New Issue
Block a user