Fixed comment
This commit is contained in:
parent
ae79449ad0
commit
01fcb4f7e5
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ export default {
|
||||||
if (this.$store.state.globalSettings.autoGpuPreview == true) {
|
if (this.$store.state.globalSettings.autoGpuPreview == true) {
|
||||||
// Start the preview immediately
|
// Start the preview immediately
|
||||||
this.safePreviewRequest(true);
|
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
|
The internal logic of this component means that a stop GPU preview
|
||||||
request will only ever be sent if ALL stream components are invisible.
|
request will only ever be sent if ALL stream components are invisible.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue