mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 08:25:53 -04:00
removed blue color for admin flag in forums, since admin flag is already indicated by position in "My Forums" list, and it also hides the anti-spam flags
This commit is contained in:
parent
7c4d85dcd1
commit
9a6bcf81d7
1 changed files with 3 additions and 3 deletions
|
@ -178,9 +178,9 @@ void GxsForumsDialog::groupInfoToGroupItemInfo(const RsGroupMetaData &groupInfo,
|
||||||
groupItemInfo.description = descriptionIt.value();
|
groupItemInfo.description = descriptionIt.value();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IS_GROUP_ADMIN(groupInfo.mSubscribeFlags))
|
//if (IS_GROUP_ADMIN(groupInfo.mSubscribeFlags))
|
||||||
groupItemInfo.icon = QIcon(":images/konv_message2.png");
|
// groupItemInfo.icon = QIcon(":images/konv_message2.png");
|
||||||
else if ((IS_GROUP_PGP_AUTHED(groupInfo.mSignFlags)) || (IS_GROUP_MESSAGE_TRACKING(groupInfo.mSignFlags)) )
|
if ((IS_GROUP_PGP_AUTHED(groupInfo.mSignFlags)) || (IS_GROUP_MESSAGE_TRACKING(groupInfo.mSignFlags)) )
|
||||||
groupItemInfo.icon = QIcon(":images/konv_message3.png");
|
groupItemInfo.icon = QIcon(":images/konv_message3.png");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue