bump to 1.14.3

This commit is contained in:
Vendicated 2026-02-26 04:29:47 +01:00
parent a6b624a77d
commit 12da7a08fb
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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")/,