Skip to content

Commit 4aaff2e

Browse files
committed
delete mainWindow export from main
1 parent 630fb83 commit 4aaff2e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,3 @@ ipcMain.on("open-gql", (event, args) => {
690690
});
691691
}
692692
});
693-
694-
// export main window so we can access ipcMain from other files
695-
module.exports = mainWindow;

0 commit comments

Comments
 (0)