From 75b178b1ffa690d9b0dba2eb1121d41294e415e7 Mon Sep 17 00:00:00 2001 From: RĂ©mi Weislinger Date: Thu, 15 Feb 2018 13:38:25 -0500 Subject: Fix bug with notifications click changing window's state Issue #645 --- src/stores/AppStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/AppStore.js') diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js index 06c43f83f..e70ad16ef 100644 --- a/src/stores/AppStore.js +++ b/src/stores/AppStore.js @@ -181,7 +181,7 @@ export default class AppStore extends Store { if (!isMac) { const mainWindow = remote.getCurrentWindow(); - mainWindow.restore(); + mainWindow.show(); } } }; -- cgit v1.2.3-70-g09d2