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
|
|
@ -28,6 +28,7 @@ withDb:
|
|||
discard
|
||||
Prefs.theme.safeAddColumn
|
||||
Prefs.hidePins.safeAddColumn
|
||||
Prefs.hideReplies.safeAddColumn
|
||||
|
||||
proc getDefaultPrefs(cfg: Config): Prefs =
|
||||
result = genDefaultPrefs()
|
||||
|
|
|
|||
Loading…
Reference in a new issue