diff options
author | Vendicated <vendicated@riseup.net> | 2022-09-16 22:40:22 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-09-16 22:40:22 +0200 |
commit | 5f62d2d3ec2cfbb39b0663e96b82746384ef1b89 (patch) | |
tree | 00ce6a9fff5dc1d3364dcc840239726ed74f2571 /src | |
parent | 8cc43cdc7cdf97726a5067c1c2dd78d28e78ae59 (diff) | |
download | Vencord-5f62d2d3ec2cfbb39b0663e96b82746384ef1b89.tar.gz Vencord-5f62d2d3ec2cfbb39b0663e96b82746384ef1b89.tar.bz2 Vencord-5f62d2d3ec2cfbb39b0663e96b82746384ef1b89.zip |
Just found out esbuild has a logLevel prop
Diffstat (limited to 'src')
-rw-r--r-- | src/components/Settings.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 89159c4..1e13d7f 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -7,7 +7,6 @@ import { Button, ButtonProps, Flex, Switch, Forms, React } from "../webpack/comm import ErrorBoundary from "./ErrorBoundary"; import { startPlugin } from "../plugins"; import { stopPlugin } from '../plugins/index'; -import { openModal, closeModal } from '../utils/modal'; export default ErrorBoundary.wrap(function Settings(props) { const [settingsDir, , settingsDirPending] = useAwaiter(() => VencordNative.ipc.invoke<string>(IpcEvents.GET_SETTINGS_DIR), "Loading..."); |