Fix is_rhd param name in map.cc (#25464)

old-commit-hash: 1de8ad891bcf8c0b73b24f7e3eab17f3448e7473
This commit is contained in:
eFini
2022-08-18 11:21:38 +08:00
committed by GitHub
parent b52244ef78
commit 9ca692179f
+1 -1
View File
@@ -361,7 +361,7 @@ void MapWindow::offroadTransition(bool offroad) {
}
MapInstructions::MapInstructions(QWidget * parent) : QWidget(parent) {
is_rhd = Params().getBool("IsRHD");
is_rhd = Params().getBool("IsRhdDetected");
QHBoxLayout *main_layout = new QHBoxLayout(this);
main_layout->setContentsMargins(11, 50, 11, 11);
{