Commit 01fcb4f7 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed comment

parent ae79449a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ export default {
        if (this.$store.state.globalSettings.autoGpuPreview == true) {
          // Start the preview immediately
          this.safePreviewRequest(true);
          // Send another start preview request after 1 second
          // Send another start preview request after a timeout
          /*
          The internal logic of this component means that a stop GPU preview
          request will only ever be sent if ALL stream components are invisible.