fix: telegram avatar rounding & ttl badge position & calls speak animation

This commit is contained in:
AlexeyZavar
2026-03-02 20:24:36 +03:00
parent 42e7f625cd
commit 8bd64c62c2
12 changed files with 73 additions and 36 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ QImage *PeerData::userpicCloudImage(Ui::PeerUserpicView &view) const {
} else if (isNotificationsUser()) {
static auto result = Window::LogoTelegramDefault().scaledToWidth(
kUserpicSize,
Qt::SmoothTransformation);
Qt::SmoothTransformation).convertToFormat(QImage::Format_RGB32);
return &result;
}
return nullptr;