mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
进一步放大横屏窗口默认尺寸
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user