Tabs now highlight when a highlight is received

Work on #88
This commit is contained in:
Rasmus Karlsson
2017-12-26 12:32:24 +01:00
parent 7a8cc91eec
commit 13b39e374b
8 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
namespace chatterino {
namespace messages {
bool Message::getCanHighlightTab() const
bool Message::containsHighlightedPhrase() const
{
return this->highlightTab;
}