Merge branch 'develop' of https://github.com/ciderapp/Cider into develop

This commit is contained in:
vapormusic 2022-02-18 14:35:19 +07:00
commit aebbf1cd51
6 changed files with 54 additions and 7 deletions

View file

@ -452,7 +452,7 @@ const app = new Vue({
history.forward()
},
getHTMLStyle() {
document.querySelector("html").style.background = "#222";
// document.querySelector("html").style.background = "#222";
document.querySelector("body").classList.add("notransparency")
},
resetState() {