mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix some concurrency warnings.
This commit is contained in:
@@ -31,7 +31,7 @@ final class AppDefaults {
|
||||
|
||||
static let defaultThemeName = "Defaults"
|
||||
|
||||
@MainActor static let shared = AppDefaults()
|
||||
nonisolated(unsafe) static let shared = AppDefaults()
|
||||
private init() {}
|
||||
|
||||
static let store: UserDefaults = {
|
||||
|
||||
Reference in New Issue
Block a user