load tox identicons

This commit is contained in:
2023-08-01 13:21:16 +02:00
parent ef59386e5c
commit 75f78f8c7f
6 changed files with 179 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ ChatGui4::ChatGui4(
RegistryMessageModel& rmm,
Contact3Registry& cr,
TextureUploaderI& tu
) : _conf(conf), _rmm(rmm), _cr(cr), _contact_tc(tu) {
) : _conf(conf), _rmm(rmm), _cr(cr), _tal(_cr), _contact_tc(_tal, tu) {
}
void ChatGui4::render(void) {
@@ -277,7 +277,7 @@ void ChatGui4::render(void) {
_fss.render();
_contact_tc.update();
//_tc.workLoadQueue();
_contact_tc.workLoadQueue();
}
// has MessageText