Fix incorrect function
This commit is contained in:
parent
69556533e1
commit
e417a3fda3
@ -235,7 +235,7 @@ class Backend {
|
|||||||
modifyOption(path, value, options);
|
modifyOption(path, value, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
await this._optionsSave({source});
|
await this._onApiOptionsSave({source});
|
||||||
}
|
}
|
||||||
|
|
||||||
async _onApiOptionsSave({source}) {
|
async _onApiOptionsSave({source}) {
|
||||||
@ -529,7 +529,7 @@ class Backend {
|
|||||||
|
|
||||||
const options = await this.getOptions(optionsContext);
|
const options = await this.getOptions(optionsContext);
|
||||||
options.general.enable = !options.general.enable;
|
options.general.enable = !options.general.enable;
|
||||||
await this._optionsSave({source});
|
await this._onApiOptionsSave({source});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Utilities
|
// Utilities
|
||||||
|
Loading…
Reference in New Issue
Block a user