mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Fix Strava upload Train simulations as VirtualRide
Partially revert #4337 to fix this regression, the presence of TRAIN XData is used to identify an activity as VirtualRide in Strava upload.
This commit is contained in:
@@ -2303,11 +2303,8 @@ void TrainSidebar::diskUpdate()
|
||||
<< "," << displayLatitude;
|
||||
}
|
||||
|
||||
QString slopeStr = (status&RT_MODE_SLOPE)?QString::number(slope):QString("");
|
||||
QString loadStr = (status&RT_MODE_ERGO)?QString::number(load):QString("");
|
||||
|
||||
recordFileStream << "," // headwind
|
||||
<< "," << slopeStr
|
||||
<< "," << slope
|
||||
<< "," << displayTemp
|
||||
<< "," << displayWorkoutLap
|
||||
<< "," << displayLRBalance
|
||||
@@ -2319,7 +2316,7 @@ void TrainSidebar::diskUpdate()
|
||||
<< "," << displayTHB
|
||||
<< "," << displayO2HB
|
||||
<< "," << displayHHB
|
||||
<< "," << loadStr
|
||||
<< "," << load
|
||||
<< "," << displayRppb
|
||||
<< "," << displayRppe
|
||||
<< "," << displayRpppb
|
||||
|
||||
Reference in New Issue
Block a user