UI - Improvements to live preview of Filters text

"Ignore text" is now "Remove text", it works the same but it removes the text instead of ignoring it, which is the same thing, but makes the code simpler
This commit is contained in:
dgtlmoon
2024-10-05 16:32:28 +02:00
committed by GitHub
parent dad9760832
commit 00458b95c4
23 changed files with 367 additions and 165 deletions

View File

@@ -278,7 +278,7 @@ class update_worker(threading.Thread):
update_handler.call_browser()
changed_detected, update_obj, contents, content_after_filters = update_handler.run_changedetection(
changed_detected, update_obj, contents = update_handler.run_changedetection(
watch=watch,
skip_when_checksum_same=skip_when_same_checksum,
)