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