config: Switch the default for show_muc_jid from True to False.
This commit is contained in:
parent
e629cb5f94
commit
068aa591e3
2 changed files with 4 additions and 4 deletions
|
@ -309,9 +309,9 @@ use_bookmarks_method =
|
|||
# display the tab if set to true.
|
||||
#use_tab_nicks = true
|
||||
|
||||
# If set to false, poezio will only display the user part of the JID (before
|
||||
# the @) when displaying the chatroom tab name.
|
||||
#show_muc_jid = true
|
||||
# If set to false, poezio will first display the bookmark name, or if empty the
|
||||
# user part of the JID (before the @) when displaying the chatroom tab name.
|
||||
#show_muc_jid = false
|
||||
|
||||
# If this option is set to false, the contact list will not show the contact
|
||||
# JIDs when that is possible.
|
||||
|
|
|
@ -116,7 +116,7 @@ DEFAULT_CONFIG = {
|
|||
'show_composing_tabs': 'direct',
|
||||
'show_inactive_tabs': True,
|
||||
'show_jid_in_conversations': True,
|
||||
'show_muc_jid': True,
|
||||
'show_muc_jid': False,
|
||||
'show_roster_jids': True,
|
||||
'show_roster_subscriptions': '',
|
||||
'show_s2s_errors': True,
|
||||
|
|
Loading…
Reference in a new issue