mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-29 19:18:42 -07:00
- Fixed column sorting restoring on startup
This commit is contained in:
parent
c786c42bb1
commit
88f0ffe86d
2 changed files with 4 additions and 0 deletions
|
@ -119,6 +119,8 @@ void FinishedTorrents::addTorrent(QString hash){
|
|||
// Update the number of finished torrents
|
||||
++nbFinished;
|
||||
emit finishedTorrentsNumberChanged(nbFinished);
|
||||
// Sort List
|
||||
sortFinishedList();
|
||||
}
|
||||
|
||||
// Set the color of a row in data model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue