mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Show Train Sidebar after the session stops
It is necessary to select files for the next session.
Complements 309907b
This commit is contained in:
@@ -1403,6 +1403,7 @@ void TrainSidebar::Stop(int deviceStatus) // when stop button is pressed
|
||||
workoutTree->setEnabled(true);
|
||||
deviceTree->setEnabled(true);
|
||||
|
||||
context->mainWindow->showSidebar(true);
|
||||
if (appsettings->value(this, TRAIN_AUTOHIDE, false).toBool()) context->mainWindow->showLowbar(true);
|
||||
|
||||
//reset all calibration data
|
||||
|
||||
Reference in New Issue
Block a user