Revert "Merge branch 'master' of https://github.com/86Box/86Box"
This reverts commitefb79217f2, reversing changes made to351db812e0.
This commit is contained in:
@@ -127,3 +127,13 @@ void SettingsNetwork::on_pushButtonConfigure_clicked() {
|
||||
DeviceConfig::ConfigureDevice(network_card_getdevice(ui->comboBoxAdapter->currentData().toInt()), 0, qobject_cast<Settings*>(Settings::settings));
|
||||
}
|
||||
|
||||
|
||||
void SettingsNetwork::on_comboBoxPcap_currentIndexChanged(int index)
|
||||
{
|
||||
if (index < 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
enableElements(ui);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user