diff --git a/src/App.tsx b/src/App.tsx index bc69f69..998cb75 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -108,6 +108,12 @@ function MainContent(): React.JSX.Element { if (!api || !isIosDevice) return const fitIosWindow = async () => { + try { + await api.windowMaximize() + } catch { + void 0 + } + try { await api.windowSetResizable(false) } catch {