Add jdenticon support

This commit is contained in:
Loren Burkholder 2020-12-25 09:14:00 -05:00
parent e88ab89c18
commit d2e193ff78
11 changed files with 176 additions and 31 deletions

View file

@ -137,6 +137,4 @@ private:
//! Overlay modal used to project other widgets.
OverlayModal *modal_ = nullptr;
LoadingIndicator *spinner_ = nullptr;
JdenticonInterface *jdenticonInteface_ = nullptr;
};