Add pref to hide tweet replies

This commit is contained in:
Zed
2019-10-29 18:33:50 +01:00
parent 0f43d37c9e
commit 25a6590a56
3 changed files with 9 additions and 3 deletions

View File

@@ -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