changed redis key for toasts (#4706)

This commit is contained in:
gabryon99 2020-11-23 17:16:03 +01:00
parent a5f74410f8
commit 2da14e59ea
2 changed files with 2 additions and 2 deletions

View file

@ -236,7 +236,7 @@ local defined_toats = {
predicate = predicates.unexpected_plugins,
pages = EMPTY_PAGES,
subpages = EMPTY_PAGES,
excluded_pages = {pages.scripts_config.key},
excluded_pages = {pages.scripts_config.key, pages.preferences.key},
excluded_subpages = EMPTY_PAGES
},
}