whitespace

This commit is contained in:
jobevers 2017-02-23 13:01:23 -06:00
parent 8a42412096
commit 762712ed69

View file

@ -19,16 +19,14 @@ let quitting = false;
function createWindow () {
win = new BrowserWindow({backgroundColor: '#155b4a'})
win.maximize()
//win.webContents.openDevTools()
win.loadURL(`file://${__dirname}/dist/index.html`)
win.on('closed', () => {
win = null
})
};
function lauchDaemon() {
if (subpy) {
return;