mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
fix missed this => window (#2058)
This commit is contained in:
parent
263caa0659
commit
e175df780a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ module.exports = class Window {
|
|||
const cfg_ = app.plugins.getDecoratedConfig();
|
||||
|
||||
// notify renderer
|
||||
this.webContents.send('config change');
|
||||
window.webContents.send('config change');
|
||||
|
||||
// notify user that shell changes require new sessions
|
||||
if (cfg_.shell !== cfg.shell ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue