wip
This commit is contained in:
@@ -448,14 +448,14 @@ SettingsWindow::SettingsWindow(QWidget *parent) : QFrame(parent) {
|
||||
|
||||
QList<QPair<QString, QWidget *>> panels = {
|
||||
{tr("Basic"), toggles},
|
||||
{tr("Customization"), frogpilotVisuals},
|
||||
{tr("Interface"), frogpilotVisuals},
|
||||
{tr("Advanced"), frogpilotControls},
|
||||
{tr("System"), new Networking(this)},
|
||||
{tr("Extras"), device},
|
||||
// {tr("Navigation"), new FrogPilotNavigationPanel(this)},
|
||||
// {tr("Vehicles"), new FrogPilotVehiclesPanel(this)},
|
||||
// {tr("Visuals"), frogpilotVisuals},
|
||||
// {tr("Device"), device},
|
||||
{tr("Device"), device},
|
||||
};
|
||||
|
||||
nav_btns = new QButtonGroup(this);
|
||||
|
||||
Reference in New Issue
Block a user