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 b4ed483 commit 66c1ee3Copy full SHA for 66c1ee3
Amethyst/Categories/NSRunningApplication+Manageable.swift
@@ -52,7 +52,7 @@ extension NSRunningApplication {
52
return .undetermined
53
}
54
55
- if case .prohibited = activationPolicy {
+ guard case .regular = activationPolicy else {
56
57
58
0 commit comments