adding comment

This commit is contained in:
Dante Ruiz 2018-03-02 11:06:28 -08:00
parent 55d8cfd4c1
commit 7ce13a3ce7

View file

@ -219,6 +219,7 @@ Rectangle {
onPressed: {
if (!checked) {
stereoMic.checked = false;
Audio.setIsStereoInput(false); // the next selected audio device might not support stereo
AudioScriptingInterface.setInputDevice(info, bar.currentIndex === 1);
}
}