mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix concurrency warning in SendToCommand.
This commit is contained in:
@@ -29,7 +29,7 @@ public protocol SendToCommand {
|
||||
/// The image for the command.
|
||||
///
|
||||
/// Often the icon of the target application.
|
||||
var image: RSImage? { get }
|
||||
@MainActor var image: RSImage? { get }
|
||||
|
||||
/// Determine whether an object can be sent to the target application.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user