2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Add a special key for saved messages userpic bg.

This commit is contained in:
John Preston
2017-12-08 13:22:58 +04:00
parent 935232eaa2
commit aa16bcd604
2 changed files with 2 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ void EmptyUserpic::PaintSavedMessages(
int y,
int outerWidth,
int size) {
const auto &bg = st::historyPeer4UserpicBg;
const auto &bg = st::historyPeerSavedMessagesBg;
const auto &fg = st::historyPeerUserpicFg;
PaintSavedMessages(p, x, y, outerWidth, size, bg, fg);
}