mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
style: cleanup some things
This commit is contained in:
@@ -186,7 +186,7 @@ export default class SettingsFunctions {
|
||||
localStorage.clear();
|
||||
|
||||
this.setDefaultSettings();
|
||||
Object.keys(settings).forEach(key => {
|
||||
Object.keys(settings).forEach((key) => {
|
||||
localStorage.setItem(key, settings[key]);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user