Start adopting structured concurrency by starting to use @MainActor.

This commit is contained in:
Brent Simmons
2023-04-01 21:12:57 -07:00
parent 6f89946683
commit 48aef85707
19 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ import AuthenticationServices
import OAuthSwift
import Secrets
class ExtensionPointEnableWindowController: NSWindowController {
@MainActor class ExtensionPointEnableWindowController: NSWindowController {
@IBOutlet weak var imageView: NSImageView!
@IBOutlet weak var titleLabel: NSTextField!