tor status icon fix for non-auto mode; add i2p icon

This commit is contained in:
RetroPooh 2021-02-15 21:17:43 +03:00
parent 3eb5142fe8
commit bcc2061bfa
5 changed files with 60 additions and 2 deletions

View file

@ -1232,6 +1232,8 @@ void MainWindow::toggleVisibility(QSystemTrayIcon::ActivationReason e)
}
raise();
activateWindow();
if(torstatus)
torstatus->reset();
} else {
hide();
}