previewMessage: fix button (#1919)

This commit is contained in:
AutumnVN 2023-11-01 08:19:26 +07:00 committed by Luna
parent 1b256ef23c
commit cca0ae10e4

View file

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