Skip to content

Commit c71449c

Browse files
committed
Allow accessory apps again
1 parent edb5ed5 commit c71449c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Amethyst/Categories/NSRunningApplication+Manageable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ extension NSRunningApplication {
6262
return .undetermined
6363
}
6464

65-
guard case .regular = activationPolicy else {
65+
if case .prohibited = activationPolicy {
6666
return .undetermined
6767
}
6868

0 commit comments

Comments
 (0)