Default to showing offline contacts
Many messengers dont show the status anymore, its not evident to new users that most of their roster is hidden per default and they have to show it to access the contacts
This commit is contained in:
parent
7113760b03
commit
c58ea13379
|
@ -79,7 +79,7 @@ class Config:
|
||||||
'autopopupaway': [opt_bool, False],
|
'autopopupaway': [opt_bool, False],
|
||||||
'autopopup_chat_opened': [opt_bool, False, _('Show desktop notification even when a chat window is opened for this contact and does not have focus')],
|
'autopopup_chat_opened': [opt_bool, False, _('Show desktop notification even when a chat window is opened for this contact and does not have focus')],
|
||||||
'sounddnd': [opt_bool, False, _('Play sound when user is busy')],
|
'sounddnd': [opt_bool, False, _('Play sound when user is busy')],
|
||||||
'showoffline': [opt_bool, False],
|
'showoffline': [opt_bool, True],
|
||||||
'show_only_chat_and_online': [opt_bool, False, _('Show only online and free for chat contacts in roster.')],
|
'show_only_chat_and_online': [opt_bool, False, _('Show only online and free for chat contacts in roster.')],
|
||||||
'show_transports_group': [opt_bool, True],
|
'show_transports_group': [opt_bool, True],
|
||||||
'autoaway': [opt_bool, True],
|
'autoaway': [opt_bool, True],
|
||||||
|
|
Loading…
Reference in New Issue