diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-25 21:40:22 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-25 22:27:15 +0200 |
commit | d5d462f555ef9d7ce7e001aca5586c19b4d9edc8 (patch) | |
tree | 8fa80cce39f3df27513ff16815bb7b5d11814d8e /plugins | |
parent | eac2ace1c14c1ae0564d757b26a359c6bd4b754a (diff) |
Matrix: add display name colors depending on user id
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 396fc17..3382270 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -8,6 +8,7 @@ namespace QuickMedia { struct UserInfo { std::string display_name; std::string avatar_url; + sf::Color display_name_color; }; enum class MessageType { |