mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Replace dialogs mode with filters.
This commit is contained in:
@@ -2183,9 +2183,9 @@ QPixmap MainWidget::grabForShowAnimation(const Window::SectionSlideParams ¶m
|
||||
}
|
||||
|
||||
void MainWidget::repaintDialogRow(
|
||||
Dialogs::Mode list,
|
||||
FilterId filterId,
|
||||
not_null<Dialogs::Row*> row) {
|
||||
_dialogs->repaintDialogRow(list, row);
|
||||
_dialogs->repaintDialogRow(filterId, row);
|
||||
}
|
||||
|
||||
void MainWidget::repaintDialogRow(Dialogs::RowDescriptor row) {
|
||||
|
Reference in New Issue
Block a user