1
0
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:
2022-06-27 17:31:05 +03:00
parent 68b4713ef7
commit 129bb6ba68
4 changed files with 13 additions and 2 deletions

View File

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