Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav-ti committed Jan 13, 2025
1 parent 0c110ec commit efbef28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function createWindow() {

// Add IPC handler for closing main window
ipcMain.on('close-main-window', () => {
if (mainWindow) {
if (mainWindow) {
mainWindow.close();
}
});
Expand Down

0 comments on commit efbef28

Please sign in to comment.