mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-09 08:23:42 +01:00
Fix some concurrency warnings.
This commit is contained in:
parent
a9d50f3a14
commit
2418076364
@ -12,7 +12,7 @@ import AppKit
|
|||||||
///
|
///
|
||||||
/// The app may or may not be running. It may or may not exist.
|
/// The app may or may not be running. It may or may not exist.
|
||||||
|
|
||||||
@MainActor public final class UserApp {
|
public final class UserApp {
|
||||||
|
|
||||||
public let bundleID: String
|
public let bundleID: String
|
||||||
public var existsOnDisk = false
|
public var existsOnDisk = false
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
import AppKit
|
import AppKit
|
||||||
import Articles
|
import Articles
|
||||||
import Core
|
import Core
|
||||||
import AppKitExtras
|
@preconcurrency import AppKitExtras
|
||||||
|
|
||||||
@MainActor final class SendToMarsEditCommand: SendToCommand {
|
@MainActor final class SendToMarsEditCommand: SendToCommand {
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
import AppKit
|
import AppKit
|
||||||
import Articles
|
import Articles
|
||||||
import Core
|
import Core
|
||||||
import AppKitExtras
|
@preconcurrency import AppKitExtras
|
||||||
|
|
||||||
// Not undoable.
|
// Not undoable.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user