mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-27 00:42:05 +08:00
sidebar: the word SEARCHING didn't fit
This commit is contained in:
@@ -76,7 +76,7 @@ void Sidebar::updateState(const UIState &s) {
|
||||
if (s.scene.pandaType == cereal::PandaState::PandaType::UNKNOWN) {
|
||||
pandaStatus = {"NO\nPANDA", danger_color};
|
||||
} else if (s.scene.started && !sm["liveLocationKalman"].getLiveLocationKalman().getGpsOK()) {
|
||||
pandaStatus = {"GPS\nSEARCHING", warning_color};
|
||||
pandaStatus = {"GPS\nSEARCH", warning_color};
|
||||
}
|
||||
setProperty("pandaStatus", QVariant::fromValue(pandaStatus));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user