diff --git a/openflexure_microscope/api/static/src/components/tabContentComponents/streamContent.vue b/openflexure_microscope/api/static/src/components/tabContentComponents/streamContent.vue index 34209057..820521b1 100644 --- a/openflexure_microscope/api/static/src/components/tabContentComponents/streamContent.vue +++ b/openflexure_microscope/api/static/src/components/tabContentComponents/streamContent.vue @@ -259,7 +259,10 @@ export default { previewRequest: function(state) { // If requesting starting the stream, but this component is inactive, skip - if (this.$store.getters.ready == true) { + if ( + this.$store.getters.ready == true && + this.$store.state.globalSettings.autoGpuPreview == true + ) { var requestUri = null; // Create URI if (state == true) {