mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
dont set tooltip if enabling updates, set tooltip on save incase of update between click and save
This commit is contained in:
parent
da90bfec08
commit
1630577e04
2 changed files with 2 additions and 0 deletions
|
@ -678,6 +678,7 @@ void MainWindow::updateTrayCombine()
|
|||
}
|
||||
|
||||
void MainWindow::toggleStatusToolTip(bool toggle){
|
||||
if(!toggle)return;
|
||||
QString tray = "RetroShare\n";
|
||||
tray += "\n" + nameAndLocation;
|
||||
trayIcon->setToolTip(tray);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue