aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-02-14 13:55:44 +0100
committerdec05eba <dec05eba@protonmail.com>2021-02-14 13:55:44 +0100
commit1948a69f6f3ca0bb5c975bad8bf8a07b81b3960e (patch)
treef6b0d02c90296c46f978cff88be0280f6210d44f /src
parenta40139bef6e41ed940e41bc0a802bb7ff3154d12 (diff)
4chan: update boards.json
Diffstat (limited to 'src')
-rw-r--r--src/plugins/Matrix.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Matrix.cpp b/src/plugins/Matrix.cpp
index 4693997..8865fd9 100644
--- a/src/plugins/Matrix.cpp
+++ b/src/plugins/Matrix.cpp
@@ -531,6 +531,8 @@ namespace QuickMedia {
if(unread_notification_count > 0) {
room_desc += "\n** " + std::to_string(unread_notification_count) + " unread mention(s) **"; // TODO: Better notification?
room->body_item->set_description_color(sf::Color(255, 100, 100));
+ } else {
+ room->body_item->set_description_color(sf::Color(179, 179, 179));
}
room->body_item->set_description(std::move(room_desc));
room->body_item->set_title_color(sf::Color(255, 100, 100));