diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 49e6ebeee..0960e8ec0 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -67,6 +67,12 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) { "", "../assets/offroad/icon_empty.svg", }, + { + "DisableUpdates", + tr("Disable Updates"), + "", + "../assets/offroad/icon_empty.svg", + }, };