Commit cfcb3472 authored by jtc42's avatar jtc42
Browse files

Toggling localmode no longer sends request

parent 0f23c93a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {