1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-09 09:26:22 +00:00

previewMessage: fix button (#1919)

This commit is contained in:
AutumnVN 2023-11-01 08:19:26 +07:00 committed by GitHub
parent e37f62ac0a
commit 9de6c2d4ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,5 +137,5 @@ export default definePlugin({
},
],
previewIcon: ErrorBoundary.wrap(PreviewButton, { noop: true }),
chatBarIcon: ErrorBoundary.wrap(PreviewButton, { noop: true }),
});