nuke more on CI

This commit is contained in:
Jason Wen
2025-01-12 09:00:38 -05:00
parent e9bf65824e
commit 7f406efc24
@@ -12,6 +12,7 @@
#include "selfdrive/ui/qt/qt_window.h"
DevicePanelSP::DevicePanelSP(SettingsWindowSP *parent) : DevicePanel(parent) {
#ifndef SUNNYPILOT
QGridLayout *device_grid_layout = new QGridLayout();
device_grid_layout->setSpacing(30);
device_grid_layout->setHorizontalSpacing(5);
@@ -85,4 +86,5 @@ DevicePanelSP::DevicePanelSP(SettingsWindowSP *parent) : DevicePanel(parent) {
}
addItem(power_layout);
#endif
}