mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- Set refresh list interval to 30ms min (instead of 10ms)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user