Continue adopting @MainActor.

This commit is contained in:
Brent Simmons
2023-04-05 18:47:48 -07:00
parent 8bbf4d8c60
commit 052884cafc
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import RSTree
import Articles
import Account
class AddRedditFeedWindowController : NSWindowController, AddFeedWindowController {
@MainActor final class AddRedditFeedWindowController : NSWindowController, AddFeedWindowController {
@IBOutlet weak var typePopupButton: NSPopUpButton!
@IBOutlet weak var typeDescriptionLabel: NSTextField!