EliteTracker: removed experimental label in Configuration (#6059)

This commit is contained in:
Aurelien
2019-09-29 13:29:57 +02:00
committed by garfield69
parent b55d0d5926
commit e5ac79fc3b

View File

@@ -7,7 +7,7 @@
public ConfigurationDataEliteTracker()
: base()
{
TorrentHTTPSMode = new BoolItem { Name = "Use https for tracker URL (Experimental)", Value = false };
TorrentHTTPSMode = new BoolItem { Name = "Use https for tracker URL", Value = false };
}
}
}