mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
- Fixed ratio column sorting
This commit is contained in:
parent
2aea2a0032
commit
c721fad54b
2 changed files with 2 additions and 0 deletions
|
@ -582,6 +582,7 @@ void FinishedTorrents::toggleFinishedListSortOrder(int index) {
|
|||
switch(index) {
|
||||
case F_SIZE:
|
||||
case F_UPSPEED:
|
||||
case F_RATIO:
|
||||
sortFinishedListFloat(index, sortOrder);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue