This commit is contained in:
Your Name
2024-02-17 14:43:59 -06:00
parent a72cbe9191
commit b21008c466

View File

@@ -86,7 +86,7 @@ OscarSettingsWindow::OscarSettingsWindow(QWidget *parent) : QFrame(parent) {
// {tr("Software"), new SoftwarePanel(this)}, // {tr("Software"), new SoftwarePanel(this)},
// {tr("Advanced"), basic}, // {tr("Advanced"), basic},
// {tr("Logging"), basic}, // Log / Upload driver cam, Routes // {tr("Logging"), basic}, // Log / Upload driver cam, Routes
{tr("System"), new FrogPilotVehiclesPanel(this)}, // Debugging {tr("System"), new OscarPilotVisualsPanel(this)}, // Debugging
// {tr("Status"), basic}, // Report on stuff like connectivity, free space, detected features // {tr("Status"), basic}, // Report on stuff like connectivity, free space, detected features
// {tr("Extra"), basic}, // Custom cloud services, QOL automations // {tr("Extra"), basic}, // Custom cloud services, QOL automations
}; };