down with semicolons

This commit is contained in:
Brendan Forster 2016-05-31 17:10:13 +02:00
parent 4dfcbb6bd6
commit 63f6a53935

View file

@ -21,9 +21,9 @@ const shouldQuit = app.makeSingleInstance((commandLine, workingDirectory) => {
// Someone tried to run a second instance, we should focus our window.
if (mainWindow) {
if (mainWindow.isMinimized()) {
mainWindow.restore();
mainWindow.restore()
}
mainWindow.focus();
mainWindow.focus()
}
if (commandLine.length > 1) {