mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
chore: Correct the decision of enabling find process
This commit is contained in:
parent
e555fd65ec
commit
dd72be0ef1
|
@ -17,7 +17,7 @@ type RuleSet struct {
|
|||
}
|
||||
|
||||
func (rs *RuleSet) ShouldFindProcess() bool {
|
||||
return !rs.shouldFindProcess && rs.getProviders().ShouldFindProcess()
|
||||
return rs.shouldFindProcess || rs.getProviders().ShouldFindProcess()
|
||||
}
|
||||
|
||||
func (rs *RuleSet) RuleType() C.RuleType {
|
||||
|
|
Loading…
Reference in New Issue
Block a user