mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-28 00:42:06 +08:00
ui: Dev UI: Bearing Angle fixes
This commit is contained in:
@@ -1277,7 +1277,7 @@ AnnotatedCameraWidget::UiElement AnnotatedCameraWidget::getBearingDeg() {
|
||||
dir_value = "OFF";
|
||||
}
|
||||
|
||||
return UiElement("B.D.", QString("%1 | %2").arg(dir_value).arg(value), "", color);
|
||||
return UiElement(QString("%1 | %2").arg(dir_value).arg(value), "B.D.", "", color);
|
||||
}
|
||||
|
||||
AnnotatedCameraWidget::UiElement AnnotatedCameraWidget::getAltitude() {
|
||||
|
||||
Reference in New Issue
Block a user