Removed 2s timeout before saving plugin config
This commit is contained in:
parent
61cbcd8bb5
commit
4c414e80d4
|
@ -44,7 +44,6 @@ export default class {
|
|||
}
|
||||
|
||||
async saveSettings(newSettings) {
|
||||
await this.sleep(2000); // Fake sleep to test loading
|
||||
for (let category of newSettings) {
|
||||
const oldCategory = this.pluginConfig.find(c => c.category === category.category);
|
||||
for (let setting of category.settings) {
|
||||
|
|
Loading…
Reference in New Issue