diff --git a/app/javascripts/main/index.js b/app/javascripts/main/index.js index a14361f..e48f9cb 100644 --- a/app/javascripts/main/index.js +++ b/app/javascripts/main/index.js @@ -100,6 +100,7 @@ electron.app.on('ready', function() else if (req === 'close') { window.close() + process.exit() } }) }) diff --git a/screenshots/20180309.png b/screenshots/20180309.png new file mode 100644 index 0000000..19c0454 Binary files /dev/null and b/screenshots/20180309.png differ