can show input fields

This commit is contained in:
2022-09-14 16:46:54 +02:00
parent 85a02e84d9
commit e33d734164
5 changed files with 53 additions and 15 deletions
+10 -2
View File
@@ -10,7 +10,9 @@ const createWindow = () => {
}
});
win.loadFile('index.html');
win.loadFile('index.html').then((r) => {
})
}
app.whenReady().then(() => {
@@ -22,4 +24,10 @@ app.whenReady().then(() => {
app.on('window-all-closed', () => {
if (process.platform !== 'darwin') app.quit()
})
})
const startBook = () => {
console.log("called")
}