This commit is contained in:
Your Name
2024-05-10 00:21:49 -05:00
parent 7966bfac07
commit 5ae270a958
3 changed files with 7 additions and 4 deletions

View File

@@ -89,7 +89,8 @@ void HomeWindow::offroadTransition(bool offroad) {
body->setEnabled(false);
if (offroad) {
sidebar->setVisible(false);
slayout->setCurrentWidget(ready);
// slayout->setCurrentWidget(ready);
slayout->setCurrentWidget(home);
// this->showDriverView(true, true); // Temp
} else {
sidebar->setVisible(false);