mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix concurrency warnings by marking things as MainActor.
This commit is contained in:
@@ -12,7 +12,7 @@ import Account
|
||||
|
||||
protocol SmallIconProvider {
|
||||
|
||||
var smallIcon: IconImage? { get }
|
||||
@MainActor var smallIcon: IconImage? { get }
|
||||
}
|
||||
|
||||
extension Account: SmallIconProvider {
|
||||
|
||||
Reference in New Issue
Block a user