2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Improve saved messages search results display.

This commit is contained in:
John Preston
2017-12-21 16:29:01 +04:00
parent 255dbf9405
commit ec515080b5
2 changed files with 9 additions and 6 deletions

View File

@@ -1797,7 +1797,7 @@ void DialogsInner::searchInPeer(PeerData *peer, UserData *from) {
_cancelSearchInPeer->show();
if (_searchInPeer->isSelf()) {
_searchInSavedText.setText(
st::dialogsSearchFromStyle,
st::msgNameStyle,
lang(lng_saved_messages),
_textDlgOptions);
}