Skip to content

Commit

Permalink
fix: style -> fontStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jan 25, 2025
1 parent e3048e6 commit 54966f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/twitch/TwitchChannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ void TwitchChannel::upsertPersonalSeventvEmotes(
const auto flush = [&]() {
elements.emplace_back(std::make_unique<TextElement>(
std::move(words), textElement->getFlags(), textElement->color(),
textElement->style()));
textElement->fontStyle()));
words.clear();
};

Expand Down

0 comments on commit 54966f0

Please sign in to comment.