Fix 1698 #1727

Merged
tzarebczan merged 2 commits from fix-mac-undefined into master 2018-07-03 17:43:30 +02:00
Showing only changes of commit 12940ac230 - Show all commits

View file

@ -83,7 +83,9 @@ app.on('ready', async () => {
});
app.on('activate', () => {
if (rendererWindow) {
rendererWindow.show();
}
});
app.on('will-quit', event => {