aboutsummaryrefslogtreecommitdiff
path: root/src/utils/ipcEvents.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/ipcEvents.ts')
-rw-r--r--src/utils/ipcEvents.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/ipcEvents.ts b/src/utils/ipcEvents.ts
new file mode 100644
index 0000000..1920023
--- /dev/null
+++ b/src/utils/ipcEvents.ts
@@ -0,0 +1,3 @@
+export const IPC_QUICK_CSS_UPDATE = "VencordQuickCssUpdate";
+export const IPC_GET_QUICK_CSS = "VencordGetQuickCss";
+export const IPC_GET_SETTINGS_DIR = "VencordGetSettingsDir"; \ No newline at end of file