mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
TXT初始化目录时不应启用已关闭的规则
This commit is contained in:
@@ -307,7 +307,7 @@ class TextFile(private val book: Book) {
|
||||
*/
|
||||
private fun getTocRule(content: String): Pattern? {
|
||||
tocRules.addAll(getTocRules(content, getTocRules().reversed()))
|
||||
tocRules.addAll(getTocRules(content, appDb.txtTocRuleDao.disabled.reversed()))
|
||||
//tocRules.addAll(getTocRules(content, appDb.txtTocRuleDao.disabled.reversed()))
|
||||
return tocRules.firstOrNull()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user