mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Add feed icons.
This commit is contained in:
@@ -659,7 +659,7 @@ void DialogsInner::paintSearchInFeed(
|
||||
const auto paintUserpic = [&](Painter &p, int x, int y, int size) {
|
||||
feed->paintUserpicLeft(p, x, y, fullWidth, size);
|
||||
};
|
||||
const auto icon = nullptr;
|
||||
const auto icon = Dialogs::Layout::FeedTypeIcon(feed, false, false);
|
||||
paintSearchInFilter(p, paintUserpic, top, fullWidth, icon, text);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user