From 0a1c3636616a0dbc5646a6f524357cdeac70e87c Mon Sep 17 00:00:00 2001 From: James <91348155+FrogAi@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:00:00 -0700 Subject: [PATCH] Always allow branch switching --- selfdrive/ui/qt/offroad/software_settings.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/selfdrive/ui/qt/offroad/software_settings.cc b/selfdrive/ui/qt/offroad/software_settings.cc index adf76a81..2bb7a551 100644 --- a/selfdrive/ui/qt/offroad/software_settings.cc +++ b/selfdrive/ui/qt/offroad/software_settings.cc @@ -72,9 +72,7 @@ SoftwarePanel::SoftwarePanel(QWidget* parent) : ListWidget(parent) { // FrogPilot variables } }); - if (!params.getBool("IsTestedBranch")) { - addItem(targetBranchBtn); - } + addItem(targetBranchBtn); // uninstall button auto uninstallBtn = new ButtonControl(tr("Uninstall %1").arg(getBrand()), tr("UNINSTALL"));