This commit is contained in:
discountchubbs
2025-07-16 11:20:17 -07:00
parent c7a751b02d
commit 38562db8dd
2 changed files with 0 additions and 2 deletions
@@ -21,7 +21,6 @@ DeveloperPanelSP::DeveloperPanelSP(SettingsWindow *parent) : DeveloperPanel(pare
prebuiltToggle->refresh();
});
prebuiltToggle->setVisible(false);
prebuiltToggle->showDescription();
// Error log button
errorLogBtn = new ButtonControlSP(tr("Error Log"), tr("VIEW"), tr("View the error log for sunnypilot crashes."));
@@ -6,7 +6,6 @@
*/
#pragma once
#include <QFile>
#include <QDir>
#include "selfdrive/ui/qt/offroad/developer_panel.h"