Sort resale gifts by Price by default.

This commit is contained in:
John Preston 2025-05-12 14:10:55 +04:00
parent a00d262773
commit 53e8df3542

View file

@ -197,7 +197,7 @@ struct ResaleGiftsDescriptor {
struct ResaleFilter { struct ResaleFilter {
uint64 attributesHash = 0; uint64 attributesHash = 0;
base::flat_set<AttributeId> attributes; base::flat_set<AttributeId> attributes;
ResaleSort sort = ResaleSort::Date; ResaleSort sort = ResaleSort::Price;
friend inline bool operator==( friend inline bool operator==(
const ResaleFilter &, const ResaleFilter &,