diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index e67a5d8..b82559d 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -451,7 +451,8 @@ SettingsWindow::SettingsWindow(QWidget *parent) : QFrame(parent) { {tr("Interface"), frogpilotVisuals}, {tr("Advanced"), frogpilotControls}, {tr("System"), new Networking(this)}, - {tr("Extras"), device}, + {tr("Software"), new SoftwarePanel(this)}, + // {tr("Extras"), device}, // {tr("Navigation"), new FrogPilotNavigationPanel(this)}, // {tr("Vehicles"), new FrogPilotVehiclesPanel(this)}, // {tr("Visuals"), frogpilotVisuals},