diff --git a/package.json b/package.json index 1b3d7b5c..252d6606 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vencord", "private": "true", - "version": "1.14.2", + "version": "1.14.3", "description": "The cutest Discord client mod", "homepage": "https://github.com/Vendicated/Vencord#readme", "bugs": { diff --git a/src/plugins/betterSettings/index.tsx b/src/plugins/betterSettings/index.tsx index 69763339..ab9fac42 100644 --- a/src/plugins/betterSettings/index.tsx +++ b/src/plugins/betterSettings/index.tsx @@ -127,7 +127,7 @@ export default definePlugin({ predicate: () => settings.store.disableFade }, { // Disable fade animations for settings menu - find: "layer-modal", + find: '"data-mana-component":"layer-modal"', replacement: [ { match: /(\i)\.animated\.div(?=,\{"data-mana-component":"layer-modal")/,