From fef46d3093efc3a1e4f9c56bc014e4657f62ba1c Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Thu, 18 Apr 2024 12:41:15 -0400 Subject: [PATCH] wtf --- 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 9d4905c63d..403880da53 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -516,7 +516,7 @@ void DevicePanel::forceoffroad() { } else { if (ConfirmationDialog::confirm(tr("Are you sure you want to unforce offroad?"), tr("Unforce"), this)) { if (!uiState()->engaged()) { - params.remove("ForceOFfroad"); + params.remove("ForceOffroad"); } } }