mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Small fix to tracker editing
This commit is contained in:
@@ -372,7 +372,7 @@ void TrackerList::editSelectedTracker() {
|
||||
QMessageBox::warning(this, tr("Tracker editing failed"), tr("The tracker URL entered is invalid."));
|
||||
return;
|
||||
}
|
||||
else if (new_tracker_url == tracker_url)
|
||||
if (new_tracker_url == tracker_url)
|
||||
return;
|
||||
|
||||
std::vector<announce_entry> trackers = h.trackers();
|
||||
|
||||
Reference in New Issue
Block a user