Add custom on-demand rules support
This commit is contained in:
@@ -34,7 +34,7 @@ extension ServiceToggleControl {
|
||||
guard let extensionProfile = try await (ExtensionProfile.load()) else {
|
||||
return false
|
||||
}
|
||||
return extensionProfile.status.isStarted
|
||||
return await extensionProfile.status.isStarted
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user