mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Should fix progress column sorting
This commit is contained in:
@@ -543,7 +543,6 @@ void GUI::sortProgressColumnDelayed() {
|
|||||||
if(delayedSorting){
|
if(delayedSorting){
|
||||||
sortDownloadListFloat(PROGRESS, delayedSortingOrder);
|
sortDownloadListFloat(PROGRESS, delayedSortingOrder);
|
||||||
qDebug("Delayed sorting of progress column");
|
qDebug("Delayed sorting of progress column");
|
||||||
delayedSorting = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user