Qt: Fix autofire buttons showing with no controller attached

pull/2241/head
Connor McLaughlin 4 years ago
parent 22d1e6cf02
commit 8be8921ae5

@ -453,6 +453,7 @@ void ControllerSettingsWidget::createPortBindingSettingsUi(int index, PortSettin
}
// turbo/autofire
if (ctype != ControllerType::None)
{
layout->addWidget(QtUtils::CreateHorizontalLine(ui->widget), start_row++, 0, 1, 4);

Loading…
Cancel
Save