added additional checkbox for highlighted bits messages, fixes #1637

This commit is contained in:
fourtf
2020-04-18 20:05:05 +02:00
parent beda9e555f
commit 120f73db13
4 changed files with 22 additions and 16 deletions
+2
View File
@@ -445,6 +445,8 @@ void WindowManager::initialize(Settings &settings, Paths &paths)
[this](auto, auto) { this->forceLayoutChannelViews(); });
settings.collpseMessagesMinLines.connect(
[this](auto, auto) { this->forceLayoutChannelViews(); });
settings.enableRedeemedHighlight.connect(
[this](auto, auto) { this->forceLayoutChannelViews(); });
this->initialized_ = true;
}