Removed console

This commit is contained in:
Devine Lu Linvega
2018-09-14 15:13:51 +12:00
parent 3d7b5c8a2a
commit 14c3540f72
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ app.on('ready', () =>
})
app.win.loadURL(`file://${__dirname}/sources/index.html`);
// app.win.toggleDevTools();
app.inspect();
app.win.on('closed', () => {
win = null

View File

@@ -1,4 +1,4 @@
body { padding: 0px; font-family: 'input_mono_regular'; -webkit-user-select: none; overflow: hidden; transition: background-color 500ms; -webkit-app-region: drag; padding: 35px;width:calc(100vw - 60px);height:calc(100vh - 60px)}
body { padding: 0px; font-family: 'input_mono_regular'; -webkit-user-select: none; overflow: hidden; transition: background 500ms; -webkit-app-region: drag; padding: 35px;width:calc(100vw - 60px);height:calc(100vh - 60px)}
/* Core */