mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:52:17 +02:00
missed one
This commit is contained in:
parent
7d21222232
commit
16f842b2ac
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue