mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Improve saved messages search results display.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user