feat(export): narrow chat window and refine progress settle

This commit is contained in:
tisonhuang
2026-03-04 18:34:15 +08:00
parent 926ca72331
commit 924ff1b6fc
2 changed files with 34 additions and 3 deletions

View File

@@ -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: {