summaryrefslogtreecommitdiff
path: root/Sora/SoraApp.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-27 20:52:34 -0800
committerFuwn <[email protected]>2025-02-27 20:52:34 -0800
commitbcf51684c9f2346597bfc11d6de47f682c14e416 (patch)
treec70d8cd5fc396470aa37f390290590d20e1b6787 /Sora/SoraApp.swift
parentfeat: Development commit (diff)
downloadsora-testing-bcf51684c9f2346597bfc11d6de47f682c14e416.tar.xz
sora-testing-bcf51684c9f2346597bfc11d6de47f682c14e416.zip
feat: Development commit
Diffstat (limited to 'Sora/SoraApp.swift')
-rw-r--r--Sora/SoraApp.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/SoraApp.swift b/Sora/SoraApp.swift
index df0f8e1..45a9ee1 100644
--- a/Sora/SoraApp.swift
+++ b/Sora/SoraApp.swift
@@ -8,7 +8,7 @@ func debugPrint(_ items: Any...) {
@main
struct SoraApp: App {
- @StateObject private var settings = Settings()
+ @StateObject private var settings = SettingsManager()
var body: some Scene {
WindowGroup {