mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 12:06:58 +01:00
Fix concurrency warning.
This commit is contained in:
parent
9dcfc2b09c
commit
87fe78f598
@ -31,7 +31,7 @@ final class AppDefaults {
|
||||
|
||||
static let defaultThemeName = "Defaults"
|
||||
|
||||
static let shared = AppDefaults()
|
||||
@MainActor static let shared = AppDefaults()
|
||||
private init() {}
|
||||
|
||||
static let store: UserDefaults = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user