Removed telemetry

This commit is contained in:
MatteoBiscosi 2022-07-05 15:17:08 +02:00
parent 2e005803e3
commit 8dad513a4e
12 changed files with 1 additions and 125 deletions

View file

@ -44,16 +44,6 @@ local pages = page_utils.menu_entries
--- It's a good convention to put the predicate functions inside the module: `predicates_defined_toasts`
local defined_toats = {
{
id = 0,
dismissable = false,
has_priority = false,
predicate = predicates.contribute,
pages = EMPTY_PAGES,
subpages = EMPTY_PAGES,
excluded_pages = {pages.preferences.key},
excluded_subpages = EMPTY_PAGES
},
{
id = 1,
dismissable = false,