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

@@ -28,6 +28,7 @@ withDb:
discard
Prefs.theme.safeAddColumn
Prefs.hidePins.safeAddColumn
Prefs.hideReplies.safeAddColumn
proc getDefaultPrefs(cfg: Config): Prefs =
result = genDefaultPrefs()