Merge branch 'master' into feature/readthemeenv
This commit is contained in:
@@ -316,8 +316,6 @@ window.windowMixin = {
|
||||
methods: {
|
||||
changeColor: function (newValue) {
|
||||
document.body.setAttribute('data-theme', newValue)
|
||||
//console.log(document.body.getAttribute('data-theme'))
|
||||
//console.log(newValue)
|
||||
this.$q.localStorage.set('lnbits.theme', newValue)
|
||||
},
|
||||
toggleDarkMode: function () {
|
||||
|
||||
Reference in New Issue
Block a user