Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed May 25, 2024
1 parent 9f0f347 commit 4ac5092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-main/rich-presence.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ class RichPresence {
if (data.evt === 'READY') {
this.handleReady();
} else if (data.cmd === 'SET_ACTIVITY') {
// They send as an acknowledgement; ignore it
// They send us an acknowledgement; ignore it
} else {
console.error('Unrecognized rich presence IPC frame', op, data);
}
Expand Down

0 comments on commit 4ac5092

Please sign in to comment.