mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
UI Nits: Aerolab title
Removed the "date" title on Aerolab, thought I'd removed those a long time ago. Last vestige of the 2.x style.
This commit is contained in:
@@ -325,7 +325,7 @@ Aerolab::setData(RideItem *_rideItem, bool new_zoom) {
|
||||
if( ride ) {
|
||||
|
||||
const RideFileDataPresent *dataPresent = ride->areDataPresent();
|
||||
setTitle(ride->startTime().toString(GC_DATETIME_FORMAT));
|
||||
//setTitle(ride->startTime().toString(GC_DATETIME_FORMAT));
|
||||
|
||||
if( dataPresent->watts ) {
|
||||
|
||||
@@ -419,7 +419,7 @@ Aerolab::setData(RideItem *_rideItem, bool new_zoom) {
|
||||
recalc(new_zoom);
|
||||
adjustEoffset();
|
||||
} else {
|
||||
setTitle("no data");
|
||||
//setTitle("no data");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user