mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fixed a bug where MPH was always shown in the AllPlot even when Metric was selected.
This commit is contained in:
@@ -184,6 +184,7 @@ AllPlot::AllPlot():
|
||||
else
|
||||
settings = new QSettings(home.absolutePath()+"/gc", QSettings::IniFormat);
|
||||
|
||||
unit = settings->value(GC_UNIT);
|
||||
|
||||
useMetricUnits = (unit.toString() == "Metric");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user