Add Pace Row to LTMPopup

Missing from previous commit
This commit is contained in:
Alejandro Martinez
2021-05-29 10:47:58 -03:00
parent 773e5a21b0
commit aed30180f6

View File

@@ -376,7 +376,7 @@ LTMPopup::setSummaryHTML(RideItem *item)
<< "average_power"
<< "average_hr"
<< "average_cad"
<< (item->isSwim ? "pace_swim" : "pace");
<< (item->isSwim ? "pace_swim" : (item->sport=="Row" ? "pace_row" : "pace"));
static const QStringList maximumColumn = QStringList()
<< "max_speed"