mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
Merge pull request #837 from DioEgizio/fix-sort-mr
This commit is contained in:
commit
ed5415aeb8
1 changed files with 5 additions and 5 deletions
|
|
@ -160,15 +160,15 @@ static auto sortFromIndex(int index) -> QString
|
|||
{
|
||||
switch(index){
|
||||
default:
|
||||
case 1:
|
||||
case 0:
|
||||
return "relevance";
|
||||
case 2:
|
||||
case 1:
|
||||
return "downloads";
|
||||
case 3:
|
||||
case 2:
|
||||
return "follows";
|
||||
case 4:
|
||||
case 3:
|
||||
return "newest";
|
||||
case 5:
|
||||
case 4:
|
||||
return "updated";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue