diff --git a/src/App.tsx b/src/App.tsx index 38a2a71..84949df 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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)