mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add pref to hide tweet replies
This commit is contained in:
parent
0f43d37c9e
commit
25a6590a56
3 changed files with 9 additions and 3 deletions
|
|
@ -68,6 +68,10 @@ const prefList*: OrderedTable[string, seq[Pref]] = {
|
|||
Pref(kind: checkbox, name: "hidePins",
|
||||
label: "Hide pinned tweets",
|
||||
defaultState: false),
|
||||
|
||||
Pref(kind: checkbox, name: "hideReplies",
|
||||
label: "Hide tweet replies",
|
||||
defaultState: false)
|
||||
]
|
||||
}.toOrderedTable
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue