mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
added missing call to set compact mode
This commit is contained in:
parent
0112cf23e5
commit
2c61f38887
1 changed files with 4 additions and 0 deletions
|
@ -1617,6 +1617,10 @@ void MainWindow::setCompactStatusMode(bool compact)
|
|||
dhtstatus->setCompactMode(compact);
|
||||
dhtstatus->getDHTStatus();
|
||||
}
|
||||
|
||||
if(torstatus)
|
||||
torstatus->setCompactMode(compact) ;
|
||||
|
||||
hashingstatus->setCompactMode(compact);
|
||||
ratesstatus->setCompactMode(compact);
|
||||
//opModeStatus: TODO Show only ???
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue