From 54b8c018ed5594774279bb626b7898e8c4666aa0 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 27 May 2025 19:43:16 -0700 Subject: [PATCH] no longer unlive --- selfdrive/ui/qt/offroad/settings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 01b7e99150..38d586c2ab 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -45,7 +45,7 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) { tr("Enable Lane Departure Warnings"), tr("Receive alerts to steer back into the lane when your vehicle drifts over a detected lane line without a turn signal activated while driving over 31 mph (50 km/h)."), "../assets/icons/warning.png", - true, // TODO: it should read live! + false, }, { "AlwaysOnDM",