mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-25 08:16:51 -04:00
added tooltip to DHT status
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3732 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8852ca3c79
commit
d593be9cbb
@ -91,6 +91,7 @@ void DHTStatus::getDHTStatus()
|
||||
}
|
||||
|
||||
dhtnetworksizeLabel->setText(dhtsize);
|
||||
dhtnetworksizeLabel->setToolTip(QString("RetroShare users in DHT (Total DHT users)") );
|
||||
|
||||
rsiface->unlockData(); /* UnLock Interface */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user