Fix concurrency warning.

This commit is contained in:
Brent Simmons 2024-05-03 22:47:14 -07:00
parent 9dcfc2b09c
commit 87fe78f598
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ final class AppDefaults {
static let defaultThemeName = "Defaults" static let defaultThemeName = "Defaults"
static let shared = AppDefaults() @MainActor static let shared = AppDefaults()
private init() {} private init() {}
static let store: UserDefaults = { static let store: UserDefaults = {