diff --git a/src/config.js b/src/config.js index d5095b919b..b4d112d508 100644 --- a/src/config.js +++ b/src/config.js @@ -28,6 +28,7 @@ function Config (storage) { this.items[key] = content try { storage.set(CONFIG_FILE, JSON.stringify(this.items)) + event.emit(key+'_changed', content) } catch (exception) { } }