feat(pref): add ability to hide verfied badges

This commit is contained in:
2025-11-18 19:23:45 -03:00
parent 8d87371763
commit 57a1fc6820
3 changed files with 15 additions and 1 deletions

View File

@@ -54,6 +54,10 @@ genPrefs:
theme(select, "Nitter"):
"Theme"
verifiedBadge(select, "Show all"):
"Verified badges"
options: @["Show all", "Show official only", "Hide all"]
infiniteScroll(checkbox, false):
"Infinite scrolling (experimental, requires JavaScript)"