mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 16:28:16 +00:00
Revert "FakeNitro: fix nitro themes not working for some users (#3666)"
This commit is contained in:
parent
48e8fdba0f
commit
44cabfacd5
1 changed files with 0 additions and 2 deletions
|
|
@ -276,8 +276,6 @@ export default definePlugin({
|
||||||
// Allow users to use custom client themes
|
// Allow users to use custom client themes
|
||||||
{
|
{
|
||||||
find: "customUserThemeSettings:{",
|
find: "customUserThemeSettings:{",
|
||||||
// Discord has two separate modules for treatments 1 and 2
|
|
||||||
all: true,
|
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(?<=\i=)\(0,\i\.\i\)\(\i\.\i\.TIER_2\)(?=,|;)/g,
|
match: /(?<=\i=)\(0,\i\.\i\)\(\i\.\i\.TIER_2\)(?=,|;)/g,
|
||||||
replace: "true"
|
replace: "true"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue