1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 14:26:36 +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

@ -56,6 +56,9 @@ ui = {
// true to show friend connection change messages on the home screen
show_connection_msg=true;
// true to show network information in the UI home window
show_network_info=true;
// How often in days to update the DHT nodes list. (0 to disable updates)
nodeslist_update_freq=7;