mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:45:46 -04:00
Qt: Fix autofire buttons showing with no controller attached
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user