This commit is contained in:
kolaente 2020-10-17 17:41:20 +02:00
parent 1c79bbaf59
commit 1602cef5cd
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 21 additions and 21 deletions

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,