aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorJustice Almanzar <superdash993@gmail.com>2022-12-07 09:33:40 -0500
committerGitHub <noreply@github.com>2022-12-07 15:33:40 +0100
commit2d08dd8a9c289bcdb6395e8bdf28b6b729946ab1 (patch)
treeb15d5c06c3dd881bca64d7eee72a9da0c83e503f /src/components
parent49b45d82624c3c53aa2a0a4f8bd9957fed75abdd (diff)
downloadVencord-2d08dd8a9c289bcdb6395e8bdf28b6b729946ab1.tar.gz
Vencord-2d08dd8a9c289bcdb6395e8bdf28b6b729946ab1.tar.bz2
Vencord-2d08dd8a9c289bcdb6395e8bdf28b6b729946ab1.zip
Shiki settings preview (#297)
Diffstat (limited to 'src/components')
-rw-r--r--src/components/PluginSettings/PluginModal.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PluginSettings/PluginModal.tsx b/src/components/PluginSettings/PluginModal.tsx
index d191667..7cff58f 100644
--- a/src/components/PluginSettings/PluginModal.tsx
+++ b/src/components/PluginSettings/PluginModal.tsx
@@ -196,7 +196,7 @@ export default function PluginModal({ plugin, onRestartNeeded, onClose, transiti
<div style={{ marginBottom: 8 }}>
<Forms.FormSection>
<ErrorBoundary message="An error occurred while rendering this plugin's custom InfoComponent">
- <plugin.settingsAboutComponent />
+ <plugin.settingsAboutComponent tempSettings={tempSettings} />
</ErrorBoundary>
</Forms.FormSection>
</div>