mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Use user phrases for support accounts.
This commit is contained in:
@@ -314,7 +314,7 @@ void PeerData::clearUserpic() {
|
||||
const auto photoId = PhotoId(0);
|
||||
const auto loc = StorageImageLocation();
|
||||
const auto photo = [&] {
|
||||
if (id == peerFromUser(ServiceUserId)) {
|
||||
if (isNotificationsUser()) {
|
||||
auto image = Core::App().logoNoMargin().scaledToWidth(
|
||||
kUserpicSize,
|
||||
Qt::SmoothTransformation);
|
||||
|
Reference in New Issue
Block a user