mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
- Fixed priority column sorting (closes #276190)
This commit is contained in:
@@ -687,6 +687,7 @@ void DownloadingTorrents::toggleDownloadListSortOrder(int index) {
|
||||
case UPSPEED:
|
||||
case DLSPEED:
|
||||
case PROGRESS:
|
||||
case PRIORITY:
|
||||
sortDownloadListFloat(index, sortOrder);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user