diff --git a/Hammerspoon/MJAppDelegate.m b/Hammerspoon/MJAppDelegate.m index ffac3b368..b8459e534 100644 --- a/Hammerspoon/MJAppDelegate.m +++ b/Hammerspoon/MJAppDelegate.m @@ -137,8 +137,9 @@ - (BOOL)application:(NSApplication *)application //NSLog(@"Open URL in NSUserActivityTypeBrowsingWeb"); if ([userActivity.activityType isEqualToString:NSUserActivityTypeBrowsingWeb]) { [[NSWorkspace sharedWorkspace] openURL:userActivity.webpageURL]; + return YES; } - return YES; + return NO; }