diff --git a/AppKitExtras/Sources/AppKitExtras/UserApp.swift b/AppKitExtras/Sources/AppKitExtras/UserApp.swift index 974f82875..9bc67df3d 100644 --- a/AppKitExtras/Sources/AppKitExtras/UserApp.swift +++ b/AppKitExtras/Sources/AppKitExtras/UserApp.swift @@ -121,7 +121,7 @@ public final class UserApp { // Does not automatically launch the app first. updateStatus() - return runningApplication?.activate(options: [.activateIgnoringOtherApps]) ?? false + return runningApplication?.activate() ?? false } public func targetDescriptor() -> NSAppleEventDescriptor? {