From b981d44eba8abc586252859cb3b2b1d0fcd97fbc Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Tue, 8 Apr 2025 12:27:21 +0800 Subject: [PATCH] Core - Disable Updates Toggle --- selfdrive/ui/qt/offroad/settings.cc | 7 +++++++ 1 file changed, 7 insertions(+) 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, + }, };