2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 15:35:51 +00:00

Slightly improved process of switching between chats filters view types.

This commit is contained in:
23rd
2024-11-04 16:28:06 +03:00
parent 81aef519d4
commit ba0da9f59e
10 changed files with 65 additions and 62 deletions

View File

@@ -1098,6 +1098,12 @@ void MainWidget::dialogsCancelled() {
_history->activate();
}
void MainWidget::toggleFiltersMenu(bool value) const {
if (_dialogs) {
_dialogs->toggleFiltersMenu(value);
}
}
void MainWidget::setChatBackground(
const Data::WallPaper &background,
QImage &&image) {