Make text tab always available at default

This commit is contained in:
dgtlmoon
2022-04-02 14:55:23 +02:00
parent 9fe4f95990
commit 2620818ba7
3 changed files with 5 additions and 5 deletions

View File

@@ -649,7 +649,7 @@ def changedetection_app(config=None, datastore_o=None):
datastore.data['settings']['application']['global_ignore_text'] = form.global_ignore_text.data
datastore.data['settings']['application']['ignore_whitespace'] = form.ignore_whitespace.data
datastore.data['settings']['application']['real_browser_save_screenshot'] = form.real_browser_save_screenshot.data
if form.trigger_check.data:
if len(form.notification_urls.data):
n_object = {'watch_url': "Test from changedetection.io!",