From e175df780a5bc51334b8d1c73cdd426ef9b5ad1e Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 9 Aug 2017 04:37:05 +0200 Subject: [PATCH] fix missed this => window (#2058) --- app/ui/window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/window.js b/app/ui/window.js index a14a034f..6b5d8c9b 100644 --- a/app/ui/window.js +++ b/app/ui/window.js @@ -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 ||