load tox identicons
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user