Skip to content

Commit

Permalink
fixed read function call
Browse files Browse the repository at this point in the history
  • Loading branch information
DubskySteam committed Mar 24, 2023
1 parent ca8347b commit b804a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ app.whenReady().then(() => {
largeImageKey: "poe_logo",
largeImageText: "EU Server",
});
//readDataFile();
readDataFile();
});

app.on("window-all-closed", () => {
Expand Down

0 comments on commit b804a3c

Please sign in to comment.