wip
This commit is contained in:
@@ -138,9 +138,10 @@ FrogPilotVisualsPanel::FrogPilotVisualsPanel(SettingsWindow *parent) : FrogPilot
|
||||
modifiedCustomOnroadUIKeys.erase("DeveloperUI");
|
||||
}
|
||||
|
||||
if (!hasOpenpilotLongitudinal || !isRelease) {
|
||||
modifiedCustomOnroadUIKeys.erase("LeadInfo");
|
||||
}
|
||||
// Clearpilot allow leadInfo (test me)
|
||||
// if (!hasOpenpilotLongitudinal || !isRelease) {
|
||||
// modifiedCustomOnroadUIKeys.erase("LeadInfo");
|
||||
// }
|
||||
|
||||
toggle->setVisible(modifiedCustomOnroadUIKeys.find(key.c_str()) != modifiedCustomOnroadUIKeys.end());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user