css changes, transparency disabled will now disable acrylic on startup
This commit is contained in:
parent
3d1156ade1
commit
d34270b3ab
3 changed files with 69 additions and 46 deletions
|
@ -346,9 +346,12 @@ const app = new Vue({
|
|||
default:
|
||||
document.querySelector("html").style.background = "";
|
||||
document.querySelector("body").style.background = "";
|
||||
document.querySelector("body").classList.remove("notransparency")
|
||||
break;
|
||||
case "disabled":
|
||||
document.querySelector("html").style.background = "#222";
|
||||
document.querySelector("body").classList.add("notransparency")
|
||||
|
||||
// document.querySelector("body").style.background = "#222";
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue