mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
Add other TRIMP metrics to performance manager-v3.
Add the ability to use the TRIMP 100 and TRIMP ZONAL metrics in the performace manager.
This commit is contained in:
committed by
Mark Liversedge
parent
c98ecbd3fa
commit
f2a8cf2cde
@@ -54,6 +54,8 @@ PerformanceManagerWindow::PerformanceManagerWindow(MainWindow *mainWindow) :
|
||||
metricCombo->addItem(tr("Use BikeScore"), "skiba_bike_score");
|
||||
metricCombo->addItem(tr("Use DanielsPoints"), "daniels_points");
|
||||
metricCombo->addItem(tr("Use TRIMP"), "trimp_points");
|
||||
metricCombo->addItem(tr("Use TRIMP 100"), "trimp_100_points");
|
||||
metricCombo->addItem(tr("Use Trimp Zonal"), "trimp_zonal_points");
|
||||
QString metricName =
|
||||
appsettings->value(this, GC_PERF_MAN_METRIC, "skiba_bike_score").toString();
|
||||
for (int i = 0; i < metricCombo->count(); ++i) {
|
||||
|
||||
Reference in New Issue
Block a user