mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -801,6 +801,9 @@ void MainWindow::updateTrayCombine()
|
||||
}
|
||||
}
|
||||
notifyMenu->menuAction()->setVisible(visible);
|
||||
|
||||
// update tray icon
|
||||
updateFriends();
|
||||
}
|
||||
|
||||
void MainWindow::updateStatus()
|
||||
|
Loading…
Reference in New Issue
Block a user