added additional checkbox for highlighted bits messages, fixes #1637
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user