mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
ui: offroad -> while car is off
old-commit-hash: f184bae8e0bcb9cb26dc2cdacac3d415f00486ae
This commit is contained in:
@@ -243,7 +243,7 @@ void DeveloperPanel::updateLabels() {
|
||||
layout()->addWidget(versionLbl);
|
||||
layout()->addWidget(horizontal_line());
|
||||
|
||||
lastUpdateTimeLbl = new LabelControl("Last Update Check", lastUpdateTime, "The last time openpilot checked for an update. Updates are only checked while off-road.");
|
||||
lastUpdateTimeLbl = new LabelControl("Last Update Check", lastUpdateTime, "The last time openpilot checked for an update. Updates are only checked while car is off.");
|
||||
connect(lastUpdateTimeLbl, &LabelControl::showDescription, [=]() {
|
||||
Params params = Params();
|
||||
if (params.getBool("IsOffroad")) {
|
||||
|
||||
Reference in New Issue
Block a user