Move all other local storage into the store.
This commit is contained in:
parent
e9eec20027
commit
97fa0b03b2
5 changed files with 62 additions and 77 deletions
|
|
@ -32,14 +32,6 @@ export default {
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
watch: {
|
||||
// Cache the stream settings to local storage for persistence
|
||||
// (the next 3 functions all relate to this)
|
||||
disableStream: function(newValue) {
|
||||
this.setLocalStorageObj("disableStream", newValue);
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue