Add Vencord Loading & tray icon

This commit is contained in:
Vendicated
2023-04-04 00:41:52 +02:00
parent 307051141d
commit f45d6482ac
12 changed files with 176 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
import { join } from "path";
import { ipcRenderer } from "electron";
import { GET_PRELOAD_FILE } from "../shared/IpcEvents";
require(join(__dirname, "Vencord/preload.js"));
require(ipcRenderer.sendSync(GET_PRELOAD_FILE));