Fixes
This commit is contained in:
parent
43d6bee314
commit
44acc8ac0a
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user