Put that comment back where it belongs, oops!

This commit is contained in:
edenbun
2020-08-29 15:10:33 +01:00
parent 6f046d144f
commit 97ed47b8cd

View File

@@ -55,7 +55,7 @@ export default class SettingsFunctions {
}
static saveStuff() {
localStorage.setItem('blur', document.getElementById('blurRange').value);
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);