diff --git a/Mac/ErrorHandler.swift b/Mac/ErrorHandler.swift index 1d332359c..cd23324f0 100644 --- a/Mac/ErrorHandler.swift +++ b/Mac/ErrorHandler.swift @@ -10,7 +10,7 @@ import AppKit import Account import RSCore -@MainActor struct ErrorHandler: Logging { +struct ErrorHandler: Logging { public static func present(_ error: Error) { NSApplication.shared.presentError(error)