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

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