mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 00:46:35 +02:00
New option: Hide peer connection status in groups
This commit is contained in:
@ -56,6 +56,9 @@ ui = {
|
||||
// true to show friend connection change messages on the home screen
|
||||
show_connection_msg=true;
|
||||
|
||||
// true to show peer connection change messages in groups (setting to false does not include user quit messages)
|
||||
show_group_connection_msg=true;
|
||||
|
||||
// How often in days to update the DHT nodes list. (0 to disable updates)
|
||||
nodeslist_update_freq=7;
|
||||
|
||||
|
Reference in New Issue
Block a user