pull/31792/head
Shane Smiskol 2 years ago
parent 28c0efed37
commit c4d270ee3c
  1. 1
      selfdrive/ui/qt/offroad/settings.cc

@ -361,6 +361,7 @@ void SettingsWindow::updateState(const UIState &s) {
SettingsWindow::SettingsWindow(QWidget *parent) : QFrame(parent) {
// setup uiState updates
QObject::connect(uiState(), &UIState::uiUpdate, this, &SettingsWindow::updateState);
// setup two main layouts

Loading…
Cancel
Save