wip
This commit is contained in:
@@ -88,7 +88,6 @@ void HomeWindow::offroadTransition(bool offroad) {
|
||||
if (offroad) {
|
||||
sidebar->setVisible(false);
|
||||
slayout->setCurrentWidget(ready);
|
||||
refresh();
|
||||
// this->showDriverView(true, true); // Temp
|
||||
} else {
|
||||
sidebar->setVisible(false);
|
||||
@@ -266,8 +265,4 @@ void OffroadHome::refresh() {
|
||||
if (alerts) {
|
||||
alert_notif->setText(QString::number(alerts) + (alerts > 1 ? tr(" ALERTS") : tr(" ALERT")));
|
||||
}
|
||||
|
||||
if (ready->isVisible()) {
|
||||
ready->refresh();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user