mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Properly report paused torrents from Bittorrent session to GUI (closes #86293)
- Removed some verbose debug
This commit is contained in:
@@ -287,7 +287,6 @@ void PropertiesWidget::reloadPreferences() {
|
||||
void PropertiesWidget::loadDynamicData() {
|
||||
// Refresh only if the torrent handle is valid and if visible
|
||||
if(!h.is_valid() || main_window->getCurrentTabIndex() != TAB_TRANSFER || state != VISIBLE) return;
|
||||
qDebug("Refreshing torrent properties");
|
||||
try {
|
||||
// Transfer infos
|
||||
if(stackedProperties->currentIndex() == MAIN_TAB) {
|
||||
|
||||
Reference in New Issue
Block a user