mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Fix UI freeze when right clicking on a torrent with libtorrent 1.0.x.
Thanks to pmzqla for finding the root issue. Closes #2365 #2388.
This commit is contained in:
@@ -852,7 +852,7 @@ void TransferListWidget::displayListMenu(const QPoint&)
|
||||
has_pause = true;
|
||||
}
|
||||
}
|
||||
if (h.has_metadata() && BTSession->isFilePreviewPossible(hash) && !has_preview)
|
||||
if (h.has_metadata() && !has_preview)
|
||||
has_preview = true;
|
||||
first = false;
|
||||
if (has_pause && has_start && has_force && has_preview && one_not_seed) break;
|
||||
|
||||
Reference in New Issue
Block a user