Fixes
This commit is contained in:
parent
43d6bee314
commit
44acc8ac0a
@ -450,7 +450,7 @@ void SettingsWindow::loadSystemValues()
|
|||||||
ui_->comboBoxTZ->setCurrentText(getparams[22]);
|
ui_->comboBoxTZ->setCurrentText(getparams[22]);
|
||||||
|
|
||||||
// set dac
|
// set dac
|
||||||
QString dac = "";
|
QString dac = "Custom";
|
||||||
if (getparams[23] == "allo-boss") {
|
if (getparams[23] == "allo-boss") {
|
||||||
dac = "Allo - Boss";
|
dac = "Allo - Boss";
|
||||||
}
|
}
|
||||||
@ -475,7 +475,9 @@ void SettingsWindow::loadSystemValues()
|
|||||||
if (getparams[23] == "hifiberry-amp") {
|
if (getparams[23] == "hifiberry-amp") {
|
||||||
dac = "Hifiberry - DAC Amp";
|
dac = "Hifiberry - DAC Amp";
|
||||||
}
|
}
|
||||||
|
if (getparams[23] == "audio") {
|
||||||
|
dac = "Raspberry Pi - Onboard";
|
||||||
|
}
|
||||||
ui_->comboBoxHardwareDAC->setCurrentText(dac);
|
ui_->comboBoxHardwareDAC->setCurrentText(dac);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2742,7 +2742,7 @@ subcontrol-position: center left;
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentText">
|
<property name="currentText">
|
||||||
<string>Raspberry Pi - Onboard</string>
|
<string>Custom</string>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user