mirror of
https://github.com/mue/mue.git
synced 2026-07-09 13:35:35 +02:00
Put that comment back where it belongs, oops!
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user