This commit is contained in:
David Ralph
2020-12-01 20:00:40 +00:00
parent f60aae6b24
commit 89b4d154ad
6 changed files with 62 additions and 41 deletions

View File

@@ -47,8 +47,6 @@ export default class SettingsFunctions {
}
static saveStuff(hexDisabled) {
localStorage.setItem('blur', document.getElementById('blurRange').value); // this is better than inline onChange for performance
localStorage.setItem('brightness', document.getElementById('brightnessRange').value);
localStorage.setItem('greetingName', document.getElementById('greetingName').value);
localStorage.setItem('customBackground', document.getElementById('customBackground').value);
localStorage.setItem('customcss', document.getElementById('customcss').value);