From d94b28fb8ee43fe21b59ea61eb3700a6006226ec Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 2 May 2023 02:57:25 +0200 Subject: [PATCH] Fix VencordToolbox --- src/plugins/vencordToolbox.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/vencordToolbox.tsx b/src/plugins/vencordToolbox.tsx index 52ebb65..939bbd5 100644 --- a/src/plugins/vencordToolbox.tsx +++ b/src/plugins/vencordToolbox.tsx @@ -19,7 +19,6 @@ import { openNotificationLogModal } from "@api/Notifications/notificationLog"; import ErrorBoundary from "@components/ErrorBoundary"; import { Devs } from "@utils/constants"; -import IpcEvents from "@utils/IpcEvents"; import { LazyComponent } from "@utils/misc"; import definePlugin from "@utils/types"; import { findByCode } from "@webpack"; @@ -68,7 +67,7 @@ function VencordPopout(onClose: () => void) { VencordNative.ipc.invoke(IpcEvents.OPEN_MONACO_EDITOR)} + action={() => VencordNative.quickCss.openEditor()} /> {...pluginEntries}