mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 21:12:07 +08:00
nav: update no gps text
old-commit-hash: 28694041d5ee860cdd5f26acb63887e0ce7d8bbf
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