Mention all status (enabled/disabled) will be saved in config

This commit is contained in:
2016-10-04 03:55:36 -05:00
parent 6f5ef6d3f1
commit 9bbe325517
3 changed files with 3 additions and 1 deletions

View File

@@ -39,3 +39,4 @@ spelling_language = string(default="")
save_followers_in_autocompletion_db = boolean(default=False)
save_friends_in_autocompletion_db = boolean(default=False)
twishort_enabled = boolean(default=False)
mention_all = boolean(default=True)