fix: 工具栏初始位置改为屏幕顶部

This commit is contained in:
2026-07-16 07:40:06 +08:00
parent cfe906bb60
commit f5a3290afb
+1 -1
View File
@@ -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,