From 54966f07941c72a0ce514dbcb48b20e74276fca7 Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Sat, 25 Jan 2025 19:16:34 +0100 Subject: [PATCH] fix: style -> fontStyle --- src/providers/twitch/TwitchChannel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/twitch/TwitchChannel.cpp b/src/providers/twitch/TwitchChannel.cpp index c520c50a008..da0e5152750 100644 --- a/src/providers/twitch/TwitchChannel.cpp +++ b/src/providers/twitch/TwitchChannel.cpp @@ -2037,7 +2037,7 @@ void TwitchChannel::upsertPersonalSeventvEmotes( const auto flush = [&]() { elements.emplace_back(std::make_unique( std::move(words), textElement->getFlags(), textElement->color(), - textElement->style())); + textElement->fontStyle())); words.clear(); };