globalUpdateCaptures after scan

This commit is contained in:
Joel Collins 2020-12-07 10:37:04 +00:00
parent 58b2967f53
commit 599c31534d

View file

@ -434,6 +434,8 @@ export default {
onScanResponse: function() {
this.modalNotify("Finished scan.");
// Emit signal to update capture list
this.$root.$emit("globalUpdateCaptures");
}
}
};