diff options
author | Chris Robinson <[email protected]> | 2015-09-04 17:06:23 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-04 17:06:23 -0700 |
commit | 6fc567f1abb760d17b7172e74e8f4652a78078e0 (patch) | |
tree | 409947cc2864fc2985b7abb5e5d46dedd6d816a4 /utils/alsoft-config/mainwindow.cpp | |
parent | 0eb83fe462a800d8dde96f0975d33a7f95ca9ba0 (diff) |
Reorganize some HRTF config options
Diffstat (limited to 'utils/alsoft-config/mainwindow.cpp')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index 67af9bbe..bc5c6fee 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -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()) |