Add option to disable tracking downvotes and clear when disabled

This commit is contained in:
Ajay
2022-02-07 10:58:47 -05:00
parent 008079c74c
commit cbb8d48820
5 changed files with 36 additions and 4 deletions

View File

@@ -209,6 +209,15 @@
"enableViewTrackingInPrivate": {
"message": "Enable Skip Count Tracking In Private/Incognito tabs"
},
"enableTrackDownvotes": {
"message": "Store segment downvotes"
},
"whatTrackDownvotes": {
"message": "Any segments you downvote will remain hidden even after refreshing"
},
"trackDownvotesWarning": {
"message": "Warning: Disabling this will delete all previously stored downvotes"
},
"enableQueryByHashPrefix": {
"message": "Query By Hash Prefix"
},