Merge branch 'RetroShare:master' into Fix-Chatnotify

This commit is contained in:
defnax 2025-01-08 17:52:41 +01:00 committed by GitHub
commit e02eedc300
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 532 additions and 428 deletions

View file

@ -163,12 +163,14 @@ static QIcon createAvatar(const QPixmap &avatar, const QPixmap &overlay)
void RsFriendListModel::setDisplayStatusString(bool b)
{
preMods();
mDisplayStatusString = b;
postMods();
}
void RsFriendListModel::setDisplayStatusIcon(bool b)
{
preMods();
mDisplayStatusIcon = b;
postMods();
}