fix: badge highlights not immediately updating color (#5110)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user