We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb5ed5 commit c71449cCopy full SHA for c71449c
Amethyst/Categories/NSRunningApplication+Manageable.swift
@@ -62,7 +62,7 @@ extension NSRunningApplication {
62
return .undetermined
63
}
64
65
- guard case .regular = activationPolicy else {
+ if case .prohibited = activationPolicy {
66
67
68
0 commit comments