mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Trackers can now be added to torrents without metadata
This commit is contained in:
parent
9d83439b83
commit
aec3087528
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ void TrackerList::deleteSelectedTrackers(){
|
|||
|
||||
void TrackerList::showTrackerListMenu(QPoint) {
|
||||
QTorrentHandle h = properties->getCurrentTorrent();
|
||||
if(!h.is_valid() || !h.has_metadata()) return;
|
||||
if(!h.is_valid()) return;
|
||||
//QList<QTreeWidgetItem*> selected_items = getSelectedTrackerItems();
|
||||
QMenu menu;
|
||||
// Add actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue