mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
fixed coloring in FriendListModel
This commit is contained in:
parent
fb174f0131
commit
6c534360f1
5 changed files with 42 additions and 27 deletions
|
@ -1014,6 +1014,7 @@ void FriendList::insertPeers()
|
|||
if (rsState == 0) {
|
||||
sslFont.setBold(true);
|
||||
sslColor = mTextColorStatus[RS_STATUS_ONLINE];
|
||||
|
||||
} else {
|
||||
sslFont = StatusDefs::font(rsState);
|
||||
sslColor = mTextColorStatus[rsState];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue