feat: enable telemetry toggle button

This commit is contained in:
liyasthomas
2021-07-07 06:30:49 +05:30
parent 7b3dd697bb
commit 20d38e247b
5 changed files with 22 additions and 1 deletions

View File

@@ -34,6 +34,11 @@ export const SETTINGS_KEYS = [
*/
"EXTENSIONS_ENABLED",
/**
* A boolean value indicating whether Telemetry is enabled.
*/
"TELEMETRY_ENABLED",
/**
* A boolean value indicating whether to use the URL bar experiments
*/