Skip to content

Commit

Permalink
Fix chat bar icon not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
SammCheese committed Mar 4, 2023
1 parent dc67010 commit f8f53a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "372148345894076416",
"github": "SammCheese"
},
"version": "1.3.2",
"version": "1.3.3",
"updater": {
"type": "github",
"id": "SammCheese/RepluggedPGP"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repluggedpgp",
"version": "1.3.2",
"version": "1.3.3",
"description": "Encrypt, Sign and Decrypt messages with the power of GPG",
"engines": {
"node": ">=14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/plaintextPatches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const patches: types.PlaintextPatch[] = [
replacements: [
{
// Chatbar Lock
match: /,.=.\.activeCommand,.=.\.activeCommandOption,.{0,255},(.)=\[\];/,
replace: "$&;try{$1.push(window?.RPGP?.PGPToggleButton)}catch{};",
match: /(.)\.push.{1,}\(.{1,3},\{.{1,30}\},"gift"\)\)/,
replace: "$&;try{$1.push(window?.RPGP?.PGPToggleButton)}catch{}",
},
{
// Minipopover Lock
Expand Down

0 comments on commit f8f53a2

Please sign in to comment.