solo mode fix
This commit is contained in:
parent
b47d322e5a
commit
9273869a57
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
style.innerHTML = s;
|
||||
document.head.appendChild(style);
|
||||
}
|
||||
const solo = localStorage.getItem("solo_mode");
|
||||
const solo = localStorage.getItem("solo_mode")=="1";
|
||||
if (solo) {
|
||||
const style = document.createElement("style");
|
||||
style.innerHTML = ".solo-hidden {display: none;}";
|
||||
|
|
Loading…
Add table
Reference in a new issue