diff --git a/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/featuresSettings.vue b/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/featuresSettings.vue index 8d2fbde2..581d7c0f 100644 --- a/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/featuresSettings.vue +++ b/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/featuresSettings.vue @@ -33,7 +33,6 @@ export default { }, set(value) { this.$store.commit("changeIHIEnabled", value); - this.$root.$emit("globalSafeTogglePreview", value); } } },