mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
- Fixed priority column sorting
This commit is contained in:
parent
6140d69fcb
commit
ba06affec7
2 changed files with 2 additions and 0 deletions
|
@ -590,6 +590,7 @@ void FinishedTorrents::sortFinishedList(int index){
|
|||
switch(index){
|
||||
case F_SIZE:
|
||||
case F_UPSPEED:
|
||||
case F_PRIORITY:
|
||||
sortFinishedListFloat(index, sortOrder);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue