1
Fork 0

Replaced skipStorage with saveTheme variable

This commit is contained in:
Guillaume Gomez 2019-08-21 12:49:01 +02:00
parent c076d30ce4
commit 1bd94241b7
2 changed files with 4 additions and 4 deletions

View file

@ -914,7 +914,7 @@ themePicker.onblur = handleThemeButtonsBlur;
var but = document.createElement('button');
but.innerHTML = item;
but.onclick = function(el) {{
switchTheme(currentTheme, mainTheme, item);
switchTheme(currentTheme, mainTheme, item, true);
}};
but.onblur = handleThemeButtonsBlur;
themes.appendChild(but);