mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Unremove wordflagslistener
this relies on appbase#1 PR
This commit is contained in:
parent
ae18f35dfb
commit
250ef077da
|
@ -81,10 +81,9 @@ WindowManager::WindowManager()
|
|||
this->wordFlagsListener_.addSetting(settings->enableTwitchEmotes);
|
||||
this->wordFlagsListener_.addSetting(settings->boldUsernames);
|
||||
this->wordFlagsListener_.addSetting(settings->lowercaseDomains);
|
||||
// REMOVED
|
||||
// this->wordFlagsListener_.cb = [this](auto) {
|
||||
// this->updateWordTypeMask(); //
|
||||
//};
|
||||
this->wordFlagsListener_.setCB([this] {
|
||||
this->updateWordTypeMask(); //
|
||||
});
|
||||
|
||||
this->saveTimer = new QTimer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue