start adding some features

This commit is contained in:
2023-10-10 16:43:54 +02:00
parent d21b5d100d
commit ab8d9de7af
5 changed files with 145 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ async function createWindow() {
// Load the index.html when not in development
win.loadURL('app://./index.html')
}
require( './app.js' );
}
// Quit when all windows are closed.