Fixed comment

This commit is contained in:
Joel Collins 2020-05-14 17:34:57 +01:00
parent ae79449ad0
commit 01fcb4f7e5

View file

@ -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.