Userlist collapse and cinema mode now state now persistant.
This commit is contained in:
parent
770bdc4794
commit
9650caeed0
101 changed files with 164 additions and 112 deletions
|
|
@ -198,6 +198,8 @@ class userList{
|
|||
}
|
||||
|
||||
toggleUI(show = !this.userDiv.checkVisibility()){
|
||||
localStorage.setItem("userlistHidden", !show);
|
||||
|
||||
if(show){
|
||||
this.userDiv.style.display = "flex";
|
||||
this.toggleIcon.classList.replace("bi-caret-left-fill","bi-caret-down-fill");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue