mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
index: notify renderer of plugins changes
This commit is contained in:
parent
ebb0b7f1d2
commit
0ca6faf544
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -181,6 +181,7 @@ app.on('ready', () => {
|
|||
const pluginsUnsubscribe = plugins.subscribe((err) => {
|
||||
if (!err) {
|
||||
load();
|
||||
win.webContents.send('plugins change');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue