Support random ordering

This commit is contained in:
hajjar20 2021-11-28 15:43:42 +02:00
parent 32f859c14c
commit 009081d99b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ enum OrderingMode {
/// Descending ordering mode (highest items first)
desc,
/// Random ordering mode
/// Descending ordering mode (highest items first)
random,
}