mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Use w/kg units always, not wpk
.. and also allow lrbalance in data filter
This commit is contained in:
@@ -51,6 +51,7 @@ static RideFile::SeriesType nameToSeries(QString name)
|
||||
if (!name.compare("xPower", Qt::CaseInsensitive)) return RideFile::xPower;
|
||||
if (!name.compare("VAM", Qt::CaseInsensitive)) return RideFile::vam;
|
||||
if (!name.compare("wpk", Qt::CaseInsensitive)) return RideFile::wattsKg;
|
||||
if (!name.compare("lrbalance", Qt::CaseInsensitive)) return RideFile::lrbalance;
|
||||
|
||||
return RideFile::none;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user