mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
Fixed hanging notification star in tray icon.
After reading a message the notifier was not cleared. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5004 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
96199fabc5
commit
50c8ce261f
1 changed files with 3 additions and 0 deletions
|
@ -801,6 +801,9 @@ void MainWindow::updateTrayCombine()
|
|||
}
|
||||
}
|
||||
notifyMenu->menuAction()->setVisible(visible);
|
||||
|
||||
// update tray icon
|
||||
updateFriends();
|
||||
}
|
||||
|
||||
void MainWindow::updateStatus()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue