whitespace
This commit is contained in:
parent
8a42412096
commit
762712ed69
1 changed files with 17 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue