Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jun 19, 2023
1 parent 379fe36 commit 7b1147f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ app.whenReady().then(() => {
event.preventDefault();
}
});
win.webContents.openDevTools();
win.webContents.on("did-finish-load", () => {
const userData = getLoginDetails(gameId);
if(!userData.user) return;
Expand Down

0 comments on commit 7b1147f

Please sign in to comment.