diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2020-12-25 09:14:00 -0500 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-09-11 19:35:31 -0400 |
commit | d2e193ff78c491f7108476b00340aea97f4feed3 (patch) | |
tree | 18fe17ffd6f1ad667b54fbc09d424658b25fb54c /src/ui | |
parent | Merge pull request #722 from Thulinma/noHtmlFixes (diff) | |
download | nheko-d2e193ff78c491f7108476b00340aea97f4feed3.tar.xz |
Add jdenticon support
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/Theme.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/Theme.h b/src/ui/Theme.h index b5bcd4dd..254fbadf 100644 --- a/src/ui/Theme.h +++ b/src/ui/Theme.h @@ -11,7 +11,8 @@ namespace ui { enum class AvatarType { Image, - Letter + Letter, + Jdenticon }; // Default font size. |