From f5a3290afb7a1f5f48449defbcd83b4085aa14ec Mon Sep 17 00:00:00 2001 From: brianling Date: Thu, 16 Jul 2026 07:40:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E5=85=B7=E6=A0=8F=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E4=BD=8D=E7=BD=AE=E6=94=B9=E4=B8=BA=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E9=A1=B6=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/main/window.ts b/electron/main/window.ts index db0c68d..3199b56 100644 --- a/electron/main/window.ts +++ b/electron/main/window.ts @@ -14,7 +14,7 @@ export function createMainWindow(): BrowserWindow { mainWindow = new BrowserWindow({ x: Math.round(targetDisplay.bounds.x + targetDisplay.bounds.width / 2 - 300), - y: targetDisplay.bounds.y + 100, + y: targetDisplay.bounds.y, width: 600, height: 64, frame: false,