Toggling localmode no longer sends request
This commit is contained in:
parent
0f23c93ae8
commit
cfcb34727a
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ export default {
|
||||||
this.$store.commit("changeSetting", ['trackWindow', state]);
|
this.$store.commit("changeSetting", ['trackWindow', state]);
|
||||||
this.$store.commit("changeSetting", ['disableStream', state]);
|
this.$store.commit("changeSetting", ['disableStream', state]);
|
||||||
this.$store.commit("changeSetting", ['autoGpuPreview', state]);
|
this.$store.commit("changeSetting", ['autoGpuPreview', state]);
|
||||||
this.$root.$emit('globalTogglePreview', state)
|
//this.$root.$emit('globalTogglePreview', state)
|
||||||
},
|
},
|
||||||
|
|
||||||
autofillHost: function (host) {
|
autofillHost: function (host) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue