added highlights to the scrollbar

This commit is contained in:
fourtf
2018-01-06 03:48:56 +01:00
parent 99f2d0dd27
commit 20eab57db5
10 changed files with 159 additions and 134 deletions
+4
View File
@@ -460,6 +460,10 @@ void TwitchMessageBuilder::parseHighlights()
QApplication::alert(singletons::WindowManager::getInstance().getMainWindow().window(),
2500);
}
if (doHighlight) {
this->message->addFlags(Message::Highlighted);
}
}
}