allow toxidenticons for everyone with ID, avatar in chat log

This commit is contained in:
2024-04-23 10:52:57 +02:00
parent 05b0a2f514
commit cf697622cb
3 changed files with 19 additions and 1 deletions

View File

@ -17,6 +17,13 @@ enum class ThemeCol_Contact {
icon_backdrop,
};
void renderAvatar(
const Theme& th,
ContactTextureCache& contact_tc,
const Contact3Handle c,
ImVec2 box
);
// returns true if clicked, if selectable, will highlight on hover and respect selected
// TODO: refine
// +------+