进一步放大横屏窗口默认尺寸

This commit is contained in:
JSR
2026-03-18 21:17:18 +08:00
parent 036baf33db
commit 040a2ab4b3
+1 -1
View File
@@ -145,7 +145,7 @@ function MainContent(): React.JSX.Element {
setSidebarCollapsed(true)
} else {
await api.windowSetResizable(true)
await api.windowResize(1680, 1020)
await api.windowResize(2560, 1440)
setSidebarCollapsed(false)
}
setIsPortraitMode(nextPortraitMode)