diff options
author | Justice Almanzar <superdash993@gmail.com> | 2022-12-07 09:33:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 15:33:40 +0100 |
commit | 2d08dd8a9c289bcdb6395e8bdf28b6b729946ab1 (patch) | |
tree | b15d5c06c3dd881bca64d7eee72a9da0c83e503f /src/components | |
parent | 49b45d82624c3c53aa2a0a4f8bd9957fed75abdd (diff) | |
download | Vencord-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.tsx | 2 |
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> |