diff options
| author | Fuwn <[email protected]> | 2025-02-25 03:51:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-25 03:51:51 -0800 |
| commit | b1998dbe5ece92696250e0503ad8841b9bcba0d1 (patch) | |
| tree | a95eb5ee02f20aeefca6330bf9cce44c50818541 /Sora/SoraApp.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-b1998dbe5ece92696250e0503ad8841b9bcba0d1.tar.xz sora-testing-b1998dbe5ece92696250e0503ad8841b9bcba0d1.zip | |
feat: Development commit
Diffstat (limited to 'Sora/SoraApp.swift')
| -rw-r--r-- | Sora/SoraApp.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/SoraApp.swift b/Sora/SoraApp.swift index aa5ac60..12c8a24 100644 --- a/Sora/SoraApp.swift +++ b/Sora/SoraApp.swift @@ -14,6 +14,7 @@ struct SoraApp: App { SwiftUI.Settings { SettingsView() .environmentObject(settings) + .windowResizeBehavior(.enabled) } #endif } |