mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Should fix progress column sorting
This commit is contained in:
parent
74b2b955c9
commit
9683916d88
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue