Fix a few concurrency warnings.

This commit is contained in:
Brent Simmons
2024-05-03 11:57:20 -07:00
parent 6776862322
commit 81cede769a
5 changed files with 13 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ import AppKit
///
/// The app may or may not be running. It may or may not exist.
public final class UserApp {
@MainActor public final class UserApp {
public let bundleID: String
public var icon: NSImage? = nil