summaryrefslogtreecommitdiff
path: root/Hutch/App/HutchApp.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/App/HutchApp.swift')
-rw-r--r--Hutch/App/HutchApp.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Hutch/App/HutchApp.swift b/Hutch/App/HutchApp.swift
index 016ddd0..853b1c2 100644
--- a/Hutch/App/HutchApp.swift
+++ b/Hutch/App/HutchApp.swift
@@ -4,8 +4,8 @@ import SwiftUI
struct HutchApp: App {
@State private var appState = AppState()
@State private var networkMonitor = NetworkMonitor()
- @AppStorage(AppStorageKeys.appTheme) private var appTheme: AppTheme = .system
- @AppStorage(AppStorageKeys.displayDensity) private var displayDensity: DisplayDensity = .standard
+ @AppStorage(AppStorageKeys.appTheme, store: .standard) private var appTheme: AppTheme = .system
+ @AppStorage(AppStorageKeys.displayDensity, store: .standard) private var displayDensity: DisplayDensity = .standard
var body: some Scene {
WindowGroup {