Skip to content

Commit f757db3

Browse files
committed
fix: show window on app start
1 parent c57d849 commit f757db3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ app.whenReady().then((): void => {
6666
}
6767
});
6868

69+
createWindow();
70+
6971
// Listen for events emitted by the preload api
7072
ipcMain.handle('ping', async (): Promise<string> => {
7173
// Return response to renderer

0 commit comments

Comments
 (0)