mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
tor status fix for unconfigured, add update on settings change;
fix i2p out led status
This commit is contained in:
parent
3155e0bb60
commit
0b5cddb299
4 changed files with 41 additions and 12 deletions
|
@ -1628,6 +1628,10 @@ NATStatus *MainWindow::natstatusInstance()
|
|||
return natstatus;
|
||||
}
|
||||
|
||||
void MainWindow::torstatusReset()
|
||||
{
|
||||
torstatus->reset();
|
||||
}
|
||||
DHTStatus *MainWindow::dhtstatusInstance()
|
||||
{
|
||||
return dhtstatus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue