mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-09 08:23:42 +01:00
Fix concurrency warning in SendToCommand.
This commit is contained in:
parent
2418076364
commit
18d0b0e1e7
@ -29,7 +29,7 @@ public protocol SendToCommand {
|
|||||||
/// The image for the command.
|
/// The image for the command.
|
||||||
///
|
///
|
||||||
/// Often the icon of the target application.
|
/// 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.
|
/// Determine whether an object can be sent to the target application.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user