1
0
This commit is contained in:
kolaente
2020-10-17 17:41:20 +02:00
parent 1c79bbaf59
commit 1602cef5cd

View File

@ -2,7 +2,7 @@
const {app, BrowserWindow} = require('electron')
const path = require('path')
function createWindow () {
function createWindow() {
// Create the browser window.
const mainWindow = new BrowserWindow({
width: 800,