mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add more preferences
This commit is contained in:
parent
7eb66d65aa
commit
45d88da3d9
5 changed files with 29 additions and 18 deletions
|
|
@ -210,7 +210,8 @@ proc renderTweet*(tweet: Tweet; prefs: Prefs; class="";
|
|||
elif tweet.poll.isSome:
|
||||
renderPoll(tweet.poll.get())
|
||||
|
||||
renderStats(tweet.stats)
|
||||
if not prefs.hideTweetStats:
|
||||
renderStats(tweet.stats)
|
||||
|
||||
if tweet.hasThread and "timeline" in class:
|
||||
a(class="show-thread", href=getLink(tweet)):
|
||||
|
|
|
|||
Loading…
Reference in a new issue