Skip to content

Commit 6cc50f2

Browse files
committed
• Moved launching of URL handler earlier in order that our helper could also function as the dance partner for SSYProcessTyper, since it is less visually annoying than dancing with Finder.
• Replaced references to deprecated enum which was removed from SSYProcessTyper with NSApplicationActivationPolicy enum.
1 parent 858039b commit 6cc50f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSYBackgroundAwareWindow.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@implementation SSYBackgroundAwareWindow
55

66
- (BOOL)keepHidden {
7-
return ([SSYProcessTyper currentType] != SSYProcessTyperTypeForeground) ;
7+
return ([SSYProcessTyper currentType] != NSApplicationActivationPolicyRegular) ;
88
}
99

1010
- (BOOL)canBecomeKeyWindow {

0 commit comments

Comments
 (0)