feat(modpage): mod icon in description and column

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-05-04 23:44:28 -07:00
parent ec157b766e
commit 9913080a82
3 changed files with 8 additions and 3 deletions

View File

@ -88,7 +88,7 @@ void InfoFrame::updateWithMod(Mod const& m)
setDescription(m.description());
}
setImage();
setImage(m.icon({64,64}));
}
void InfoFrame::updateWithResource(const Resource& resource)