mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-29 11:56:37 -05:00
Removed unnecessary icons from main tree Channel & Forums
* Removed unnecessary icons from the main tree Channel & Forums * Fixed to display the Flag icon for the Distribution column
This commit is contained in:
parent
991c07116b
commit
15afbc32cf
4 changed files with 9 additions and 16 deletions
|
|
@ -165,13 +165,13 @@ QString GxsChannelDialog::icon(IconType type)
|
|||
case ICON_NEW:
|
||||
return ":/icons/png/add.png";
|
||||
case ICON_YOUR_GROUP:
|
||||
return ":/icons/png/channel.png";
|
||||
return "";
|
||||
case ICON_SUBSCRIBED_GROUP:
|
||||
return ":/icons/png/channel-subscribed.png";
|
||||
return "";
|
||||
case ICON_POPULAR_GROUP:
|
||||
return ":/icons/png/channel-popular.png";
|
||||
return "";
|
||||
case ICON_OTHER_GROUP:
|
||||
return ":/icons/png/channel-other.png";
|
||||
return "";
|
||||
case ICON_SEARCH:
|
||||
return ":/images/find.png";
|
||||
case ICON_DEFAULT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue