|
@@ -106,7 +106,6 @@ export default {
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
localNightmode(newValue, oldValue) {
|
|
localNightmode(newValue, oldValue) {
|
|
- console.log(newValue, oldValue, this.localNightmode);
|
|
|
|
if (oldValue === null) return;
|
|
if (oldValue === null) return;
|
|
|
|
|
|
localStorage.setItem("nightmode", this.localNightmode);
|
|
localStorage.setItem("nightmode", this.localNightmode);
|