Reorganize some HRTF config options

This commit is contained in:
Chris Robinson
2015-09-04 17:06:23 -07:00
parent 0eb83fe462
commit 6fc567f1ab
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ void MainWindow::loadConfig(const QString &fname)
ui->enableNeonCheckBox->setChecked(!disabledCpuExts.contains("neon", Qt::CaseInsensitive));
if(settings.value("hrtf").toString() == QString())
ui->hrtfEnableButton->setChecked(true);
ui->hrtfAutoButton->setChecked(true);
else
{
if(settings.value("hrtf", true).toBool())
+6 -5
View File
@@ -215,7 +215,7 @@ to stereo output.</string>
<property name="title">
<string>HRTF (Stereo only)</string>
</property>
<widget class="QRadioButton" name="hrtfEnableButton">
<widget class="QRadioButton" name="hrtfAutoButton">
<property name="geometry">
<rect>
<x>20</x>
@@ -225,10 +225,11 @@ to stereo output.</string>
</rect>
</property>
<property name="toolTip">
<string>Allows applications to request HRTF mixing.</string>
<string>Allows applications to request HRTF mixing, or for HRTF
mixing to be enabled when headphones are detected.</string>
</property>
<property name="text">
<string>Enable</string>
<string>Auto</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -238,7 +239,7 @@ to stereo output.</string>
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<y>70</y>
<width>71</width>
<height>21</height>
</rect>
@@ -254,7 +255,7 @@ to stereo output.</string>
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<y>50</y>
<width>71</width>
<height>21</height>
</rect>