diff options
Diffstat (limited to 'src/components/Settings.tsx')
-rw-r--r-- | src/components/Settings.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 007767e..4e0196f 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -111,13 +111,6 @@ export default ErrorBoundary.wrap(function Settings() { > Get notified about new Updates </Switch>} - {!IS_WEB && <Switch - value={settings.unsafeRequire} - onChange={(v: boolean) => settings.unsafeRequire = v} - note="Enables VencordNative.require. Useful for testing, very bad for security. Leave this off unless you need it." - > - Enable Unsafe Require - </Switch>} <Forms.FormDivider /> |