Skip to content

Commit

Permalink
prevent pause from breaking small text
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-stream committed Jul 13, 2024
1 parent c0252dd commit 7adcaa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/DiscordRPC/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ class WebSocketTransport {
...(paused
? {
small_image: "paused-icon",
small_text: "Paused",
}
: {}),
},
Expand Down

0 comments on commit 7adcaa8

Please sign in to comment.