Add an config item to hide following
This commit is contained in:
parent
c01cc39e20
commit
ac5f349d0f
3 changed files with 6 additions and 1 deletions
|
@ -72,6 +72,8 @@ with open(os.path.join(KEY_DIR, "me.yml")) as f:
|
|||
PASS = conf["pass"]
|
||||
EXTRA_INBOXES = conf.get("extra_inboxes", [])
|
||||
|
||||
HIDE_FOLLOWING = strtobool(conf.get("hide_following", "false"))
|
||||
|
||||
# Theme-related config
|
||||
theme_conf = conf.get("theme", {})
|
||||
THEME_STYLE = ThemeStyle(theme_conf.get("style", DEFAULT_THEME_STYLE))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue