Commit 599c3153 authored by Joel Collins's avatar Joel Collins
Browse files

globalUpdateCaptures after scan

parent 58b2967f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -434,6 +434,8 @@ export default {

    onScanResponse: function() {
      this.modalNotify("Finished scan.");
      // Emit signal to update capture list
      this.$root.$emit("globalUpdateCaptures");
    }
  }
};