mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-31 01:33:23 -05:00
use green icon when stun or ext address is ok
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2351 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5fcc231d93
commit
04cb3e6380
@ -110,7 +110,7 @@ void NATStatus::getNATStatus()
|
||||
}
|
||||
else if (config.netStunOk || config.netExtraAddressOk)
|
||||
{
|
||||
iconLabel->setPixmap(QPixmap::QPixmap(":/images/grayled.png"));
|
||||
iconLabel->setPixmap(QPixmap::QPixmap(":/images/greenled.png"));
|
||||
iconLabel->setToolTip(tr("Internet connection"));
|
||||
}
|
||||
else if (config.netLocalOk)
|
||||
|
Loading…
x
Reference in New Issue
Block a user