Skip to content

Commit

Permalink
oop oop
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Jul 12, 2023
1 parent 0715cbe commit 49572f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/preload/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { IpcEvents } from "../shared/IpcEvents";
import { VesktopNative } from "./VesktopNative";

contextBridge.exposeInMainWorld("VesktopNative", VesktopNative);
// TODO: remove once main Vencord codebase has migrated and some time has passed
// contextBridge.exposeInMainWorld("VencordDesktopNative", VesktopNative);
// TODO: remove legacy alias once main Vencord codebase has migrated and some time has passed
contextBridge.exposeInMainWorld("VencordDesktopNative", VesktopNative);

require(ipcRenderer.sendSync(IpcEvents.GET_VENCORD_PRELOAD_FILE));

Expand Down

0 comments on commit 49572f4

Please sign in to comment.