mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
nav: update no gps text
This commit is contained in:
@@ -532,7 +532,7 @@ void MapInstructions::updateDistance(float d) {
|
||||
void MapInstructions::updateGPSValid(bool valid) {
|
||||
if (!valid) {
|
||||
primary->setText("");
|
||||
distance->setText("GPS not available");
|
||||
distance->setText("Waiting for GPS position");
|
||||
distance->setAlignment(Qt::AlignCenter);
|
||||
|
||||
secondary->setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user