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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user