Automatic updates

This commit is contained in:
firestar5683
2025-10-04 16:03:11 -05:00
parent 9cc903bd0f
commit bb15212f7a
3 changed files with 1 additions and 2 deletions
@@ -32,7 +32,6 @@ SoftwarePanel::SoftwarePanel(QWidget* parent) : ListWidget(parent) {
// automatic updates toggle
ParamControl *automaticUpdatesToggle = new ParamControl("AutomaticUpdates", tr("Automatically Update FrogPilot"),
tr("FrogPilot will automatically update itself and it's assets when you're offroad and have an active internet connection."), "");
automaticUpdatesToggle->setVisible(params.getBool("IsReleaseBranch"));
addItem(automaticUpdatesToggle);
// download update btn
BIN
View File
Binary file not shown.