From 196778f82cd466b2f3f4296e6adebc0a275181ab Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sat, 11 Nov 2023 12:48:49 -0600 Subject: [PATCH] Remove MainActor since we aren't yet up to date with the latest stuff in main --- Mac/ErrorHandler.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)