This commit is contained in:
Your Name
2024-02-16 20:15:13 -06:00
parent c20342dfd0
commit 863e79690f

View File

@@ -451,7 +451,8 @@ SettingsWindow::SettingsWindow(QWidget *parent) : QFrame(parent) {
{tr("Interface"), frogpilotVisuals}, {tr("Interface"), frogpilotVisuals},
{tr("Advanced"), frogpilotControls}, {tr("Advanced"), frogpilotControls},
{tr("System"), new Networking(this)}, {tr("System"), new Networking(this)},
{tr("Extras"), device}, {tr("Software"), new SoftwarePanel(this)},
// {tr("Extras"), device},
// {tr("Navigation"), new FrogPilotNavigationPanel(this)}, // {tr("Navigation"), new FrogPilotNavigationPanel(this)},
// {tr("Vehicles"), new FrogPilotVehiclesPanel(this)}, // {tr("Vehicles"), new FrogPilotVehiclesPanel(this)},
// {tr("Visuals"), frogpilotVisuals}, // {tr("Visuals"), frogpilotVisuals},