mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 09:33:03 -04:00
Canary Fixes
This commit is contained in:
parent
bfda6a5c26
commit
109a1508b6
27 changed files with 43 additions and 43 deletions
|
@ -101,7 +101,7 @@ export default definePlugin({
|
|||
predicate: () => settings.store.onLink,
|
||||
},
|
||||
{
|
||||
find: "Messages.REPLY_QUOTE_MESSAGE_NOT_LOADED",
|
||||
find: ".NOT_LOADED:",
|
||||
replacement: {
|
||||
// Should match two places
|
||||
match: /(\i\.Clickable),\{/g,
|
||||
|
@ -110,7 +110,7 @@ export default definePlugin({
|
|||
predicate: () => settings.store.onReply,
|
||||
},
|
||||
{
|
||||
find: "Messages.MESSAGE_FORWARDED}",
|
||||
find: "TEXT_LOW_CONTRAST})]",
|
||||
replacement: {
|
||||
match: /(\i\.Clickable),\{/,
|
||||
replace: "$self.ForwardTooltip,{Component:$1,vcProps:arguments[0],"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue