From 2524bb8af6beb7cc0e81d1c964b9270a3c2888dc Mon Sep 17 00:00:00 2001 From: apa420 Date: Wed, 4 Jul 2018 13:55:03 +0200 Subject: [PATCH] this time I compiled before pushing --- src/providers/twitch/TwitchMessageBuilder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/providers/twitch/TwitchMessageBuilder.cpp b/src/providers/twitch/TwitchMessageBuilder.cpp index 9a756bff..5b24a790 100644 --- a/src/providers/twitch/TwitchMessageBuilder.cpp +++ b/src/providers/twitch/TwitchMessageBuilder.cpp @@ -229,10 +229,10 @@ MessagePtr TwitchMessageBuilder::build() // Actually just text QString linkString = this->matchLink(string); - auto fontstyle = FontStyle::ChatMedium; + auto fontStyle = FontStyle::ChatMedium; if (string[0] == '@' && app->settings->usernameBold) { - fontstyle = FontStyle::ChatMediumBold; + fontStyle = FontStyle::ChatMediumBold; } Link link;