mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:16:45 +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
|
import controlsUit 1.0 as HifiControlsUit
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
property bool audioLoopedBack: AudioScriptingInterface.getServerEcho();
|
property bool audioLoopedBack: AudioScriptingInterface.getLocalEcho();
|
||||||
function startAudioLoopback() {
|
function startAudioLoopback() {
|
||||||
if (!audioLoopedBack) {
|
if (!audioLoopedBack) {
|
||||||
audioLoopedBack = true;
|
audioLoopedBack = true;
|
||||||
|
|
Loading…
Reference in a new issue