From 7a1d2d924e3ac87efc6803617e5a294098690bb8 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 19 Dec 2022 14:13:57 +0100 Subject: [PATCH] Dark mode - system setting var is not required (its cookie based) --- changedetectionio/model/App.py | 1 - 1 file changed, 1 deletion(-) diff --git a/changedetectionio/model/App.py b/changedetectionio/model/App.py index df9393d6..daedde1b 100644 --- a/changedetectionio/model/App.py +++ b/changedetectionio/model/App.py @@ -27,7 +27,6 @@ class model(dict): 'base_url' : None, 'extract_title_as_title': False, 'empty_pages_are_a_change': False, - 'css_dark_mode': False, 'fetch_backend': getenv("DEFAULT_FETCH_BACKEND", "html_requests"), 'filter_failure_notification_threshold_attempts': _FILTER_FAILURE_THRESHOLD_ATTEMPTS_DEFAULT, 'global_ignore_text': [], # List of text to ignore when calculating the comparison checksum