mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-06 11:05:42 +08:00
nuke more on CI
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user