diff --git a/src/RealtimeWindow.cpp b/src/RealtimeWindow.cpp index f7246625b..7cb137c94 100644 --- a/src/RealtimeWindow.cpp +++ b/src/RealtimeWindow.cpp @@ -389,6 +389,11 @@ void RealtimeWindow::Start() // when start button is pressed if (status & RT_WORKOUT) { load_timer->start(LOADRATE); // start recording } + + if (recordSelector->isChecked()) { + status |= RT_RECORDING; + } + if (status & RT_RECORDING) { QDateTime now = QDateTime::currentDateTime();