missed one

This commit is contained in:
Seth Alves 2019-03-26 16:07:18 -07:00
parent 7d21222232
commit 16f842b2ac

View file

@ -17,7 +17,7 @@ import stylesUit 1.0
import controlsUit 1.0 as HifiControlsUit
RowLayout {
property bool audioLoopedBack: AudioScriptingInterface.getServerEcho();
property bool audioLoopedBack: AudioScriptingInterface.getLocalEcho();
function startAudioLoopback() {
if (!audioLoopedBack) {
audioLoopedBack = true;