fix: set matchAnyApp default value to false

This commit is contained in:
lisonge 2023-12-25 20:46:11 +08:00
parent 06e37e375c
commit 55906b3be2

View File

@ -153,7 +153,7 @@ val allRulesFlow by lazy {
)
}
val matchAnyApp = ruleRaw.matchAnyApp ?: groupRaw.matchAnyApp ?: false
val matchAnyApp = ruleRaw.matchAnyApp ?: groupRaw.matchAnyApp ?: true
val quickFind =
ruleRaw.quickFind ?: groupRaw.quickFind ?: false