Feature - mute notifications (#791)

This commit is contained in:
dgtlmoon
2022-07-29 21:09:55 +02:00
committed by GitHub
parent 488699b7d4
commit baa25c9f9e
7 changed files with 150 additions and 73 deletions

View File

@@ -36,6 +36,7 @@ class model(dict):
'notification_title': default_notification_title,
'notification_body': default_notification_body,
'notification_format': default_notification_format,
'notification_muted': False,
'css_filter': '',
'extract_text': [], # Extract text by regex after filters
'subtractive_selectors': [],