recording timer, bux fixes, simplified emitter

This commit is contained in:
Andrew Gundersen 2021-11-22 15:59:33 -06:00
commit 7de0555856
5 changed files with 30 additions and 16 deletions

View file

@ -9,6 +9,7 @@ const Context =
Vue.onMounted(() => {
window.mainApi.on("playback", (id, status) => {
if (id === props.id) {
console.log(id, status);
playback.value = status;
}
});