Fix audioinjector preselection
This commit is contained in:
parent
96eeba4ad9
commit
c2990c2421
@ -509,11 +509,8 @@ void SettingsWindow::loadSystemValues()
|
|||||||
if (getparams[23] == "iqaudio-digi-wm8804-audio") {
|
if (getparams[23] == "iqaudio-digi-wm8804-audio") {
|
||||||
dac = "IQaudIO - Pi-Digi Plus";
|
dac = "IQaudIO - Pi-Digi Plus";
|
||||||
}
|
}
|
||||||
if (getparams[23] == "audioinjector-zero") {
|
if (getparams[23] == "audioinjector-wm8731-audio") {
|
||||||
dac = "Audioinjector - Zero";
|
dac = "Audioinjector - Zero/Stereo";
|
||||||
}
|
|
||||||
if (getparams[23] == "audioinjector-stereo") {
|
|
||||||
dac = "Audioinjector - Stereo";
|
|
||||||
}
|
}
|
||||||
if (getparams[23] == "hifiberry-dac") {
|
if (getparams[23] == "hifiberry-dac") {
|
||||||
dac = "Hifiberry - DAC";
|
dac = "Hifiberry - DAC";
|
||||||
|
@ -770,7 +770,6 @@ QPushButton:pressed { background: orange; border: none; }</string>
|
|||||||
<zorder>pushButtonCameraShow</zorder>
|
<zorder>pushButtonCameraShow</zorder>
|
||||||
<zorder>pushButtonCameraHide</zorder>
|
<zorder>pushButtonCameraHide</zorder>
|
||||||
<zorder>pushButtonExit</zorder>
|
<zorder>pushButtonExit</zorder>
|
||||||
<zorder>horizontalSliderBrightness</zorder>
|
|
||||||
<zorder>Digital_clock</zorder>
|
<zorder>Digital_clock</zorder>
|
||||||
<zorder>phoneConnected</zorder>
|
<zorder>phoneConnected</zorder>
|
||||||
<zorder>versionString</zorder>
|
<zorder>versionString</zorder>
|
||||||
@ -787,6 +786,7 @@ QPushButton:pressed { background: orange; border: none; }</string>
|
|||||||
<zorder>pushButtonCancel</zorder>
|
<zorder>pushButtonCancel</zorder>
|
||||||
<zorder>systemConfigInProgress</zorder>
|
<zorder>systemConfigInProgress</zorder>
|
||||||
<zorder>systemDebugging</zorder>
|
<zorder>systemDebugging</zorder>
|
||||||
|
<zorder>horizontalSliderBrightness</zorder>
|
||||||
<zorder>kodiBG</zorder>
|
<zorder>kodiBG</zorder>
|
||||||
<zorder>pushButtonRearcamBack</zorder>
|
<zorder>pushButtonRearcamBack</zorder>
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -3422,12 +3422,7 @@ subcontrol-position: center left;
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Audioinjector - Zero</string>
|
<string>Audioinjector - Zero/Stereo</string>
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>Audioinjector - Stereo</string>
|
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user