summaryrefslogtreecommitdiff
path: root/Sora/SoraApp.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-25 03:51:51 -0800
committerFuwn <[email protected]>2025-02-25 03:51:51 -0800
commitb1998dbe5ece92696250e0503ad8841b9bcba0d1 (patch)
treea95eb5ee02f20aeefca6330bf9cce44c50818541 /Sora/SoraApp.swift
parentfeat: Development commit (diff)
downloadsora-testing-b1998dbe5ece92696250e0503ad8841b9bcba0d1.tar.xz
sora-testing-b1998dbe5ece92696250e0503ad8841b9bcba0d1.zip
feat: Development commit
Diffstat (limited to 'Sora/SoraApp.swift')
-rw-r--r--Sora/SoraApp.swift1
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
}