diff --git a/config/dynamic.js b/config/dynamic.js index 2e995f21..713379e6 100644 --- a/config/dynamic.js +++ b/config/dynamic.js @@ -67,7 +67,7 @@ module.exports.PluginConfig = class PluginConfig { }; setAll = (options) => { - this.#config = { ...options }; + this.#config = { ...this.#config, ...options }; this.#save(); };