mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 08:48:54 +00:00
Sort by PP by default
This commit is contained in:
parent
df3309bc5c
commit
b29b2af2f7
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ enum OrderBy {
|
||||||
|
|
||||||
impl Default for OrderBy {
|
impl Default for OrderBy {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self::Score
|
Self::PP
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue