mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 13:30:33 +02:00
Clean up
This commit is contained in:
parent
390c59b45c
commit
d70a3685b8
1 changed files with 0 additions and 11 deletions
|
@ -612,17 +612,6 @@ Item {
|
|||
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
|
||||
onPauseChanged: {
|
||||
|
|
Loading…
Reference in a new issue