diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 32bab5cf5..83b45ad7d 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -75,6 +75,13 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) { "../assets/offroad/icon_empty.svg", true, }, + { + "DisableUpdates", + tr("Disable Updates"), + "", + "../assets/offroad/icon_empty.svg", + true, + }, };