mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
fix (#2057)
This commit is contained in:
parent
c01b4112ea
commit
eb85e14cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ module.exports = class Window {
|
|||
const pluginsUnsubscribe = app.plugins.subscribe(err => {
|
||||
if (!err) {
|
||||
load();
|
||||
this.webContents.send('plugins change');
|
||||
window.webContents.send('plugins change');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue