mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Fixed ratio column sorting
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user