Fix build with MSVC.

This commit is contained in:
John Preston
2026-01-05 12:44:29 +04:00
parent 9027e3b7ee
commit 38e586c8e2
@@ -310,9 +310,9 @@ void SummaryHeader::ensureAnimation() const {
void SummaryHeader::ensureLottie() const {
_lottie = Lottie::MakeIcon(Lottie::IconDescriptor{
.name = u"cocoon"_q,
.color = &st::attentionButtonFg,
.sizeOverride = Size(st::historySummaryHeaderIconSize
- st::historySummaryHeaderIconSizeInner * 2),
.color = &st::attentionButtonFg,
.colorizeUsingAlpha = true,
});
}