diff options
author | mathieui <mathieui@mathieui.net> | 2016-06-05 13:50:54 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-06-05 13:50:54 +0200 |
commit | acf22faecf732118c2bb63ccd7ba05594348e3ee (patch) | |
tree | e2d610e7f7743a9571bb1abd73010afe0c06b504 /doc | |
parent | 0a2238def5c01f56ce5fb9b451071ab9f8121c88 (diff) | |
download | poezio-acf22faecf732118c2bb63ccd7ba05594348e3ee.tar.gz poezio-acf22faecf732118c2bb63ccd7ba05594348e3ee.tar.bz2 poezio-acf22faecf732118c2bb63ccd7ba05594348e3ee.tar.xz poezio-acf22faecf732118c2bb63ccd7ba05594348e3ee.zip |
Set "show_useless_separator" to true by default
For consistency
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/configuration.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 9310ccbd..718d24ca 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -1174,9 +1174,10 @@ found. show_useless_separator - **Default value:** ``false`` + **Default value:** ``true`` - If ``true``, show the separator at the bottom of a chat room, even if no one spoke. + If ``false``, the separator at the bottom of a chat room will not be + displayed if no one spoke. use_log |