mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Set refresh list interval to 30ms min (instead of 10ms)
This commit is contained in:
parent
573a18c20f
commit
8b78096366
2 changed files with 24 additions and 23 deletions
|
@ -380,6 +380,7 @@ void TransferListWidget::setFinished(QTorrentHandle &h) {
|
|||
}
|
||||
|
||||
void TransferListWidget::setRefreshInterval(int t) {
|
||||
qDebug("Settings transfer list refresh interval to %dms", t);
|
||||
refreshTimer->start(t);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue