2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 06:07:45 +00:00

Beta version 3.1.6: Fix build on Linux.

This commit is contained in:
John Preston 2021-10-06 21:07:18 +04:00
parent 79b1cec4f3
commit 352768053d

View File

@ -904,7 +904,7 @@ void Manager::Private::showNotification(
return;
}
if (!hideNameAndPhoto) {
if (!options.hideNameAndPhoto) {
const auto userpicKey = peer->userpicUniqueKey(userpicView);
notification->setImage(
_cachedUserpics.get(userpicKey, peer, userpicView));