mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 04:16:40 -05:00
changed icons on othe feeds too
* changed the icons on other feeds too * Show on Forum Message Feed the Avatars
This commit is contained in:
parent
98f35cf8af
commit
2df4a1a3e8
53 changed files with 1120 additions and 741 deletions
|
|
@ -99,7 +99,7 @@ QString PostedDialog::icon(IconType type)
|
|||
{
|
||||
switch (type) {
|
||||
case ICON_NAME:
|
||||
return ":/icons/png/posted.png";
|
||||
return ":/icons/png/postedlinks.png";
|
||||
case ICON_NEW:
|
||||
return ":/icons/png/add.png";
|
||||
case ICON_YOUR_GROUP:
|
||||
|
|
@ -109,7 +109,7 @@ QString PostedDialog::icon(IconType type)
|
|||
case ICON_POPULAR_GROUP:
|
||||
return "";
|
||||
case ICON_OTHER_GROUP:
|
||||
return ":/icons/png/feed-other.png";
|
||||
return "";
|
||||
case ICON_SEARCH:
|
||||
return ":/images/find.png";
|
||||
case ICON_DEFAULT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue