Removed the icon of other topics, because subscribed and popular don't have one.

This commit is contained in:
hunbernd 2019-10-05 18:17:03 +02:00
parent d836694ce2
commit c91dc58c98

View File

@ -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: