2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Allow filtering by tag on click in sublists.

This commit is contained in:
John Preston
2024-01-30 19:01:10 +04:00
parent db7c16f82b
commit 0945e04f6b
27 changed files with 140 additions and 28 deletions

View File

@@ -2696,10 +2696,6 @@ int MainWidget::backgroundFromY() const {
return -getMainSectionTop();
}
void MainWidget::searchInChat(Dialogs::Key chat) {
searchMessages(QString(), chat);
}
bool MainWidget::contentOverlapped(const QRect &globalRect) {
return _history->contentOverlapped(globalRect)
|| _playerPlaylist->overlaps(globalRect);