Files
BetterDiscord/common/constants/ipcevents.js
T
admin e3b6cb6485 Restructure BD into a small mono-repo
This is a repo-wide refactor that introduces the injector to the main branch.

The new architecture is as such:
common/
injector/
renderer/
2021-03-06 03:30:16 -05:00

11 lines
524 B
JavaScript

/* eslint-disable no-multi-spaces */
export const MINIMIZE = "bd-window-minimize";
export const MAXIMIZE = "bd-window-maximize";
export const RELAUNCH = "bd-relaunch-app";
export const GET_PATH = "bd-get-path";
export const RUN_SCRIPT = "bd-run-script";
export const NAVIGATE = "bd-did-navigate-in-page";
export const OPEN_DEVTOOLS = "bd-open-devtools";
export const CLOSE_DEVTOOLS = "bd-close-devtools";
export const OPEN_WINDOW = "bd-open-window";