Toggling localmode no longer sends request

This commit is contained in:
jtc42 2019-06-11 09:44:34 +01:00
parent 0f23c93ae8
commit cfcb34727a

View file

@ -160,7 +160,7 @@ export default {
this.$store.commit("changeSetting", ['trackWindow', state]);
this.$store.commit("changeSetting", ['disableStream', state]);
this.$store.commit("changeSetting", ['autoGpuPreview', state]);
this.$root.$emit('globalTogglePreview', state)
//this.$root.$emit('globalTogglePreview', state)
},
autofillHost: function (host) {