mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
this time I compiled before pushing
This commit is contained in:
parent
4491bba5ec
commit
2524bb8af6
|
@ -229,10 +229,10 @@ MessagePtr TwitchMessageBuilder::build()
|
||||||
|
|
||||||
// Actually just text
|
// Actually just text
|
||||||
QString linkString = this->matchLink(string);
|
QString linkString = this->matchLink(string);
|
||||||
auto fontstyle = FontStyle::ChatMedium;
|
auto fontStyle = FontStyle::ChatMedium;
|
||||||
|
|
||||||
if (string[0] == '@' && app->settings->usernameBold) {
|
if (string[0] == '@' && app->settings->usernameBold) {
|
||||||
fontstyle = FontStyle::ChatMediumBold;
|
fontStyle = FontStyle::ChatMediumBold;
|
||||||
}
|
}
|
||||||
|
|
||||||
Link link;
|
Link link;
|
||||||
|
|
Loading…
Reference in a new issue