mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 01:19:57 +00:00
Enable user to configure autodiscovery
.. select which kind of intervals we want .. makes it faster and also reduces the size of the rideDB.json file quite dramatically which may be useful for some users.
This commit is contained in:
@@ -175,7 +175,7 @@ AllPlotInterval::sortIntervals(QList<IntervalItem*> &intervals, QList< QList<Int
|
||||
for (int i=0; i<intervals.count(); i++) {
|
||||
IntervalItem* interval = intervals.at(i);
|
||||
|
||||
if (groupMatch && interval->type == RideFileInterval::MATCH) {
|
||||
if (groupMatch && interval->type == RideFileInterval::USER) {
|
||||
matchesGroup.append(interval);
|
||||
intervals.removeOne(interval);
|
||||
//intervals.move(i, place++);
|
||||
|
||||
Reference in New Issue
Block a user