feat(modpage): mod icon in description and column
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
ec157b766e
commit
9913080a82
3 changed files with 8 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue