index: notify renderer of plugins changes

This commit is contained in:
Guillermo Rauch 2016-07-16 11:58:56 -07:00
parent ebb0b7f1d2
commit 0ca6faf544

View file

@ -181,6 +181,7 @@ app.on('ready', () => {
const pluginsUnsubscribe = plugins.subscribe((err) => {
if (!err) {
load();
win.webContents.send('plugins change');
}
});