mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: clean up, refactor
This commit is contained in:
@ -16,7 +16,7 @@ class SettingsController {
|
||||
|
||||
_evtChange(e) {
|
||||
this._view.clearMessages();
|
||||
settings.save(e.detail.settings);
|
||||
settings.save(e.detail);
|
||||
this._view.showSuccess('Settings saved.');
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user