Add a refresh function to GenericSettingsController (#929)
This commit is contained in:
parent
74feeb228f
commit
a4550627af
@ -46,6 +46,10 @@ class GenericSettingController {
|
||||
this._settingsController.on('optionsChanged', this._onOptionsChanged.bind(this));
|
||||
}
|
||||
|
||||
async refresh() {
|
||||
await this._dataBinder.refresh();
|
||||
}
|
||||
|
||||
// Private
|
||||
|
||||
_onOptionsChanged() {
|
||||
|
Loading…
Reference in New Issue
Block a user