mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 02:50:36 +00:00
fix: telegram avatar rounding & ttl badge position & calls speak animation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user