mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 19:36:45 +02:00
Hiding DHT tab since it doesn't work currently
This commit is contained in:
@ -151,9 +151,6 @@ int init_connection(Tox *m)
|
||||
{
|
||||
FILE *fp = NULL;
|
||||
|
||||
if (tox_isconnected(m))
|
||||
return 0;
|
||||
|
||||
fp = fopen(SRVLIST_FILE, "r");
|
||||
|
||||
if (!fp)
|
||||
|
Reference in New Issue
Block a user