beautify code

This commit is contained in:
Julian Gisser 2016-08-16 16:34:04 +02:00
parent 293d7134b4
commit 0978a4efb2

View file

@ -129,12 +129,12 @@ const trayImages = function() {
var willAppQuit = false;
// If there is already an instance, activate the window in the existing instace and quit this one
if(app.makeSingleInstance((commandLine, workingDirectory) => {
// Someone tried to run a second instance, we should focus our window.
if (mainWindow) {
mainWindow.show()
}
})) {
if (app.makeSingleInstance((commandLine, workingDirectory) => {
// Someone tried to run a second instance, we should focus our window.
if (mainWindow) {
mainWindow.show()
}
})) {
app.quit()
}