can show input fields
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user