chore: formatting
This commit is contained in:
parent
ca1581a494
commit
c80d91dc38
|
@ -97,7 +97,8 @@
|
|||
|
||||
let fontSize = localStorage.getItem("fontSize");
|
||||
if (fontSize) {
|
||||
if (fontSize < 10) { // need to do this for now, as values before were 1, 2, 3 depending on the option
|
||||
if (fontSize < 10) {
|
||||
// need to do this for now, as values before were 1, 2, 3 depending on the option
|
||||
localStorage.setItem("fontSize", null);
|
||||
fontSize = localStorage.getItem("fontSize");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue