Removed console
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ app.on('ready', () =>
|
|||||||
})
|
})
|
||||||
|
|
||||||
app.win.loadURL(`file://${__dirname}/sources/index.html`);
|
app.win.loadURL(`file://${__dirname}/sources/index.html`);
|
||||||
// app.win.toggleDevTools();
|
app.inspect();
|
||||||
|
|
||||||
app.win.on('closed', () => {
|
app.win.on('closed', () => {
|
||||||
win = null
|
win = null
|
||||||
|
|||||||
@@ -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 */
|
/* Core */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user