1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-08-10 20:26:38 +02:00

Add config option to show real-time network info in UI

This commit is contained in:
jfreegman
2022-02-21 12:54:08 -05:00
parent 15ab58aa13
commit fd263e3e0a
9 changed files with 123 additions and 0 deletions

View File

@@ -138,6 +138,11 @@ Show welcome message on startup\&. true or false
Enable friend connection change notifications\&. true or false
.RE
.PP
\fBshow_network_info\fR
.RS 4
Show network information in the UI home window\&. true or false
.RE
.PP
\fBnodelist_update_freq\fR
.RS 4
How often in days to update the DHT nodes list\&. (integer; 0 to disable)

View File

@@ -87,6 +87,9 @@ OPTIONS
*show_connection_msg*;;
Enable friend connection change notifications. true or false
*show_network_info*;;
Show network information in the UI home window. true or false
*nodelist_update_freq*;;
How often in days to update the DHT nodes list. (integer; 0 to disable)