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") {
|
||||
dac = "IQaudIO - Pi-Digi Plus";
|
||||
}
|
||||
if (getparams[23] == "audioinjector-zero") {
|
||||
dac = "Audioinjector - Zero";
|
||||
}
|
||||
if (getparams[23] == "audioinjector-stereo") {
|
||||
dac = "Audioinjector - Stereo";
|
||||
if (getparams[23] == "audioinjector-wm8731-audio") {
|
||||
dac = "Audioinjector - Zero/Stereo";
|
||||
}
|
||||
if (getparams[23] == "hifiberry-dac") {
|
||||
dac = "Hifiberry - DAC";
|
||||
|
@ -770,7 +770,6 @@ QPushButton:pressed { background: orange; border: none; }</string>
|
||||
<zorder>pushButtonCameraShow</zorder>
|
||||
<zorder>pushButtonCameraHide</zorder>
|
||||
<zorder>pushButtonExit</zorder>
|
||||
<zorder>horizontalSliderBrightness</zorder>
|
||||
<zorder>Digital_clock</zorder>
|
||||
<zorder>phoneConnected</zorder>
|
||||
<zorder>versionString</zorder>
|
||||
@ -787,6 +786,7 @@ QPushButton:pressed { background: orange; border: none; }</string>
|
||||
<zorder>pushButtonCancel</zorder>
|
||||
<zorder>systemConfigInProgress</zorder>
|
||||
<zorder>systemDebugging</zorder>
|
||||
<zorder>horizontalSliderBrightness</zorder>
|
||||
<zorder>kodiBG</zorder>
|
||||
<zorder>pushButtonRearcamBack</zorder>
|
||||
</widget>
|
||||
|
@ -3422,12 +3422,7 @@ subcontrol-position: center left;
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Audioinjector - Zero</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Audioinjector - Stereo</string>
|
||||
<string>Audioinjector - Zero/Stereo</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user