Lint fixes after recent PRs

This commit is contained in:
Scott Nonnenberg 2019-01-03 13:44:42 -08:00
parent 22ca4f9cc7
commit 775e31c854
2 changed files with 3 additions and 4 deletions

View file

@ -26,7 +26,7 @@ function createTrayIcon(getMainWindow, messages) {
mainWindow.focus();
mainWindow.setAlwaysOnTop(false);
}
}
};
tray.toggleWindowVisibility = () => {
const mainWindow = getMainWindow();