mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add pref to hide pins
This commit is contained in:
parent
76b9fcea76
commit
0f43d37c9e
3 changed files with 7 additions and 1 deletions
|
|
@ -63,7 +63,11 @@ const prefList*: OrderedTable[string, seq[Pref]] = {
|
|||
|
||||
Pref(kind: checkbox, name: "stickyProfile",
|
||||
label: "Make profile sidebar stick to top",
|
||||
defaultState: true)
|
||||
defaultState: true),
|
||||
|
||||
Pref(kind: checkbox, name: "hidePins",
|
||||
label: "Hide pinned tweets",
|
||||
defaultState: false),
|
||||
]
|
||||
}.toOrderedTable
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue