2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Replace dialogs mode with filters.

This commit is contained in:
John Preston
2020-02-07 13:43:12 +04:00
parent 98b947fbdf
commit 71f7aae948
28 changed files with 330 additions and 236 deletions

View File

@@ -528,9 +528,9 @@ void Widget::refreshDialog(Key key) {
}
void Widget::repaintDialogRow(
Mode list,
FilterId filterId,
not_null<Row*> row) {
_inner->repaintDialogRow(list, row);
_inner->repaintDialogRow(filterId, row);
}
void Widget::repaintDialogRow(RowDescriptor row) {