mirror of https://github.com/AMT-Cheif/drift.git
Support random ordering
This commit is contained in:
parent
32f859c14c
commit
009081d99b
|
@ -8,7 +8,7 @@ enum OrderingMode {
|
|||
/// Descending ordering mode (highest items first)
|
||||
desc,
|
||||
|
||||
/// Random ordering mode
|
||||
/// Descending ordering mode (highest items first)
|
||||
random,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue