fix: use default icon for service notifications

This commit is contained in:
AlexeyZavar
2025-01-31 01:34:56 +03:00
parent 9aa8f30e2b
commit 7fe66c07e4
4 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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;