mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-05 11:24:21 +00:00
fix: use default icon for service notifications
This commit is contained in:
@@ -382,7 +382,7 @@ QImage *PeerData::userpicCloudImage(Ui::PeerUserpicView &view) const {
|
||||
_userpicEmpty = nullptr;
|
||||
return image;
|
||||
} else if (isNotificationsUser()) {
|
||||
static auto result = Window::LogoNoMargin().scaledToWidth(
|
||||
static auto result = Window::LogoTelegramDefault().scaledToWidth(
|
||||
kUserpicSize,
|
||||
Qt::SmoothTransformation);
|
||||
return &result;
|
||||
|
||||
Reference in New Issue
Block a user