Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2026-02-15 09:46:05 +08:00
commit fbc09d9e1e
5 changed files with 7 additions and 8 deletions

View file

@ -349,8 +349,7 @@ const initMainWindow = () => {
writeLog("window stat [x=" + windowState.x + ", y=" + windowState.y + ", width=" + windowState.width + ", height=" + windowState.height + "], " +
"default [x=0, y=0, width=" + defaultWidth + ", height=" + defaultHeight + "], " +
"old [x=" + oldWindowState.x + ", y=" + oldWindowState.y + ", width=" + oldWindowState.width + ", height=" + oldWindowState.height + "], " +
"workArea [width=" + workArea.width + ", height=" + workArea.height + "]");
"old [x=" + oldWindowState.x + ", y=" + oldWindowState.y + ", width=" + oldWindowState.width + ", height=" + oldWindowState.height + "]");
let resetToCenter = false;
let x = windowState.x;

File diff suppressed because one or more lines are too long