mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Sort resale gifts by Price by default.
This commit is contained in:
parent
a00d262773
commit
53e8df3542
1 changed files with 1 additions and 1 deletions
|
@ -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 &,
|
||||||
|
|
Loading…
Add table
Reference in a new issue