fix: badge highlights not immediately updating color (#5110)

This commit is contained in:
pajlada
2024-01-20 12:56:09 +01:00
committed by GitHub
parent 97702e0a1f
commit acee654bd2
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -265,6 +265,10 @@ int Application::run(QApplication &qtApp)
getSettings()->highlightedUsers.delayedItemsChanged.connect([this] {
this->windows->forceLayoutChannelViews();
});
std::ignore =
getSettings()->highlightedBadges.delayedItemsChanged.connect([this] {
this->windows->forceLayoutChannelViews();
});
getSettings()->removeSpacesBetweenEmotes.connect([this] {
this->windows->forceLayoutChannelViews();