mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Clean up
This commit is contained in:
parent
390c59b45c
commit
d70a3685b8
1 changed files with 0 additions and 11 deletions
|
@ -611,17 +611,6 @@ Item {
|
|||
inputCh.checked = true;
|
||||
updateMeasureUnits();
|
||||
}
|
||||
|
||||
Component.onDestruction: {
|
||||
if (Audio.getRecording()) {
|
||||
stopRecording();
|
||||
}
|
||||
AudioScope.setVisible(false);
|
||||
AudioScope.setLocalEcho(false);
|
||||
AudioScope.setServerEcho(false);
|
||||
AudioScope.selectAudioScopeFiveFrames();
|
||||
console.log("Component Destroyed");
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: AudioScope
|
||||
|
|
Loading…
Reference in a new issue