This commit is contained in:
Jason Wen
2024-04-18 12:41:15 -04:00
parent 819e5660e8
commit fef46d3093
+1 -1
View File
@@ -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");
}
}
}