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