Add pref to hide pins

This commit is contained in:
Zed
2019-10-29 18:32:35 +01:00
parent 76b9fcea76
commit 0f43d37c9e
3 changed files with 7 additions and 1 deletions

View File

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