mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
DeviceToolBar fix typo based bug in last commit
This commit is contained in:
parent
efb6f2e584
commit
ed20efb357
@ -634,7 +634,7 @@ void DeviceToolBar::FillHostDevices()
|
||||
if (foundHostIndex == mOutputDeviceSourceMaps[i].hostIndex) {
|
||||
mOutput->Append(MakeDeviceSourceString(&mOutputDeviceSourceMaps[i]));
|
||||
if (host == wxT("")) {
|
||||
host = mInputDeviceSourceMaps[i].hostString;
|
||||
host = mOutputDeviceSourceMaps[i].hostString;
|
||||
gPrefs->Write(wxT("/AudioIO/Host"), host);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user