aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js2
1 files changed, 1 insertions, 1 deletions
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 {
181 181
182 if (!isMac) { 182 if (!isMac) {
183 const mainWindow = remote.getCurrentWindow(); 183 const mainWindow = remote.getCurrentWindow();
184 mainWindow.restore(); 184 mainWindow.show();
185 } 185 }
186 } 186 }
187 }; 187 };