Seed Support #56

Closed
ocnios wants to merge 173 commits from master into build
Showing only changes of commit 0b17ca6043 - Show all commits

View file

@ -64,7 +64,7 @@ function getPidsForProcessName(name) {
function createWindow () {
win = new BrowserWindow({backgroundColor: '#155B4A', minWidth: 800, minHeight: 600 }) //$color-primary
win.maximize()
win.webContents.openDevTools();
// win.webContents.openDevTools();
win.loadURL(`file://${__dirname}/dist/index.html`)
win.on('closed', () => {
win = null