Added a setting for load (or not) images in posts. Closes #9

This commit is contained in:
2016-08-17 17:18:17 -05:00
parent f079907a9e
commit 9fd845c424
5 changed files with 16 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ password = string(default="")
token = string(default="")
[general]
reverse_timelines = boolean(default=False)
load_images = boolean(default=True)
[buffers]
count_for_audio_buffers = integer(default=100)