mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Beta version 3.1.6: Fix build on Linux.
This commit is contained in:
@@ -904,7 +904,7 @@ void Manager::Private::showNotification(
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!hideNameAndPhoto) {
|
if (!options.hideNameAndPhoto) {
|
||||||
const auto userpicKey = peer->userpicUniqueKey(userpicView);
|
const auto userpicKey = peer->userpicUniqueKey(userpicView);
|
||||||
notification->setImage(
|
notification->setImage(
|
||||||
_cachedUserpics.get(userpicKey, peer, userpicView));
|
_cachedUserpics.get(userpicKey, peer, userpicView));
|
||||||
|
Reference in New Issue
Block a user