remove alert on session recording stop
This commit is contained in:
parent
dd4f62cb07
commit
bc71730df4
|
|
@ -828,7 +828,7 @@ ConfigureTracksActions = @ConfigureTracksActions
|
||||||
this.app.notifyAlert(title, "Error reason: " + reason);
|
this.app.notifyAlert(title, "Error reason: " + reason);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
alert('TODO: open recording files directory')
|
logger.debug('backend opens recording files directory.')
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue