Skip to content

Commit 48a9aef

Browse files
committed
PinDMs: Fix real time updating when changing settings
1 parent fc731bc commit 48a9aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/pinDms/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default definePlugin({
124124
{
125125
find: ".FRIENDS},\"friends\"",
126126
replacement: {
127-
match: /(?<=\i=\i=>{).{1,100}premiumTabSelected.{1,800}showDMHeader:.+?,/,
127+
match: /(?<=\i=\i=>{).{1,100}premiumTabSelected.{0,950}showDMHeader:.+?,/,
128128
replace: "let forceUpdate = Vencord.Util.useForceUpdater();$&_forceUpdate:forceUpdate,"
129129
}
130130
},

0 commit comments

Comments
 (0)