Set "show_useless_separator" to true by default

For consistency
This commit is contained in:
mathieui 2016-06-05 13:50:54 +02:00
parent 0a2238def5
commit acf22faecf
3 changed files with 5 additions and 4 deletions

View file

@ -503,7 +503,7 @@ max_lines_in_memory = 2048
# Show the separator at the bottom of the text buffer, even if no one
# spoke
show_useless_separator = false
show_useless_separator = true
# Set this to true if you want the commands to be executed remotely
# (with ssh & the daemon), see the documentation of the /link plugin

View file

@ -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

View file

@ -118,7 +118,7 @@ DEFAULT_CONFIG = {
'show_tab_names': False,
'show_tab_numbers': True,
'show_timestamps': True,
'show_useless_separator': False,
'show_useless_separator': True,
'status': '',
'status_message': '',
'theme': 'default',