Skip to content

Commit

Permalink
updated electron version and steam api url
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFelix committed Jul 28, 2022
1 parent 3e8e2b9 commit 98b07dc
Show file tree
Hide file tree
Showing 4 changed files with 2,179 additions and 2,692 deletions.
2 changes: 1 addition & 1 deletion electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function createWindow() {

mainWindow.loadURL(`http://localhost:3569/`);
// mainWindow.webContents.openDevTools();
mainWindow.webContents.openDevTools({ mode: "attach" });
// mainWindow.webContents.openDevTools({ mode: "attach" });

mainWindow.on("close", (event) => {
mainWindow = null;
Expand Down
Loading

0 comments on commit 98b07dc

Please sign in to comment.