Skip to content

Commit 66c1ee3

Browse files
authored
Revert "Allow managing accessory policy apps (#1740)" (#1768)
1 parent b4ed483 commit 66c1ee3

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
@@ -52,7 +52,7 @@ extension NSRunningApplication {
5252
return .undetermined
5353
}
5454

55-
if case .prohibited = activationPolicy {
55+
guard case .regular = activationPolicy else {
5656
return .undetermined
5757
}
5858

0 commit comments

Comments
 (0)