|
|
@ -253,7 +253,7 @@ DevicePanel::DevicePanel(SettingsWindow *parent) : ListWidget(parent) { |
|
|
|
}); |
|
|
|
}); |
|
|
|
addItem(retrainingBtn); |
|
|
|
addItem(retrainingBtn); |
|
|
|
|
|
|
|
|
|
|
|
if (Hardware::TICI()) { |
|
|
|
if (Hardware::IS_TICI()) { |
|
|
|
auto regulatoryBtn = new ButtonControl(tr("Regulatory"), tr("VIEW"), ""); |
|
|
|
auto regulatoryBtn = new ButtonControl(tr("Regulatory"), tr("VIEW"), ""); |
|
|
|
connect(regulatoryBtn, &ButtonControl::clicked, [=]() { |
|
|
|
connect(regulatoryBtn, &ButtonControl::clicked, [=]() { |
|
|
|
const std::string txt = util::read_file("../assets/offroad/fcc.html"); |
|
|
|
const std::string txt = util::read_file("../assets/offroad/fcc.html"); |
|
|
|