Sort by PP by default

This commit is contained in:
Natsu Kagami 2021-04-28 14:20:51 +09:00
parent df3309bc5c
commit b29b2af2f7
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -154,7 +154,7 @@ enum OrderBy {
impl Default for OrderBy {
fn default() -> Self {
Self::Score
Self::PP
}
}