mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 22:05:11 +00:00
bump to 1.14.3
This commit is contained in:
parent
a6b624a77d
commit
12da7a08fb
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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")/,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue