We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57d849 commit f757db3Copy full SHA for f757db3
src/main/index.ts
@@ -66,6 +66,8 @@ app.whenReady().then((): void => {
66
}
67
});
68
69
+ createWindow();
70
+
71
// Listen for events emitted by the preload api
72
ipcMain.handle('ping', async (): Promise<string> => {
73
// Return response to renderer
0 commit comments