Skip to content

Commit

Permalink
Merge pull request #5 from DubskySteam/dev
Browse files Browse the repository at this point in the history
Fixed read function call
  • Loading branch information
DubskySteam authored Mar 24, 2023
2 parents 7b09854 + b804a3c commit 050f024
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 050f024

Please sign in to comment.