mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fix build with MSVC.
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user