This commit is contained in:
hawkeyexp 2018-07-21 20:35:05 +02:00
parent 43d6bee314
commit 44acc8ac0a
2 changed files with 5 additions and 3 deletions

View File

@ -450,7 +450,7 @@ void SettingsWindow::loadSystemValues()
ui_->comboBoxTZ->setCurrentText(getparams[22]);
// set dac
QString dac = "";
QString dac = "Custom";
if (getparams[23] == "allo-boss") {
dac = "Allo - Boss";
}
@ -475,7 +475,9 @@ void SettingsWindow::loadSystemValues()
if (getparams[23] == "hifiberry-amp") {
dac = "Hifiberry - DAC Amp";
}
if (getparams[23] == "audio") {
dac = "Raspberry Pi - Onboard";
}
ui_->comboBoxHardwareDAC->setCurrentText(dac);
}
}

View File

@ -2742,7 +2742,7 @@ subcontrol-position: center left;
<bool>false</bool>
</property>
<property name="currentText">
<string>Raspberry Pi - Onboard</string>
<string>Custom</string>
</property>
<item>
<property name="text">