Added config setting for #107

This commit is contained in:
Manuel Cortez 2017-02-14 17:45:22 -06:00
parent 03415f6b24
commit 3855407f52

View File

@ -42,4 +42,5 @@ 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)
mention_all = boolean(default=True)
ocr_language = string(default="")