mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 22:23:02 -04:00
Canary Fixes
This commit is contained in:
parent
c17154e7cd
commit
ffb8f7a7c9
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ export default definePlugin({
|
|||
{
|
||||
find: "PrivateChannel.renderAvatar",
|
||||
replacement: {
|
||||
match: /(highlighted:\i,)/,
|
||||
match: /(subText:\i\(\),)/,
|
||||
replace: "$1style:{color:`${$self.colorDMList(arguments[0])}`},"
|
||||
},
|
||||
predicate: () => settings.store.dmList,
|
||||
|
|
|
@ -58,7 +58,7 @@ interface DiscordStatus {
|
|||
const StatusStyles = findByPropsLazy("statusItem");
|
||||
// TODO: find clearCustomStatusHint original css/svg or replace
|
||||
const PMenu = findComponentByCodeLazy(".menuItemLabel", ".menuItemInner");
|
||||
const EmojiComponent = findComponentByCodeLazy(/\.translateSurrogatesToInlineEmoji\(\i.\i\),/);
|
||||
const EmojiComponent = findComponentByCodeLazy(/\.translateSurrogatesToInlineEmoji\(\i\.name\);/);
|
||||
|
||||
const CustomStatusSettings = getUserSettingLazy("status", "customStatus")!;
|
||||
const StatusModule = proxyLazy(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue