PronounDB: Fix patched pronoun tooltip (#2832)

This commit is contained in:
Maddie 2024-09-02 10:37:54 +02:00 committed by GitHub
parent c51d7b8fb4
commit 4c4f2894fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ export default definePlugin({
},
{
match: /text:\i\.\i.Messages.USER_PROFILE_PRONOUNS/,
replace: '$&+vcHasPendingPronouns?"":` (${vcPronounSource})`'
replace: '$&+(vcHasPendingPronouns?"":` (${vcPronounSource})`)'
},
{
match: /(\.pronounsText.+?children:)(\i)/,