suppress the preview recording window

This commit is contained in:
Nuwan 2023-06-14 16:22:56 +05:30
parent 01fda6b6f0
commit 5d09d23809
1 changed files with 2 additions and 1 deletions

View File

@ -828,7 +828,8 @@ ConfigureTracksActions = @ConfigureTracksActions
this.app.notifyAlert(title, "Error reason: " + reason);
}
} else {
this.promptUserToSave(details.recordingId, timeline);
console.log("this.promptUserToSave(details.recordingId, timeline);")
#TODO: open recording files path in file browser
}
break;