diff options
author | Vendicated <vendicated@riseup.net> | 2022-09-03 17:49:16 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-09-03 17:49:16 +0200 |
commit | 113f47ca7fb6adf382c89541602b0680dfdc24e2 (patch) | |
tree | ad00d36e5779eec92b15c3d4c08d02f8fe727c6b /src/Vencord.ts | |
parent | 8a8c6a4b526ffcb37f42716d2896a6ff0f565d82 (diff) | |
download | Vencord-113f47ca7fb6adf382c89541602b0680dfdc24e2.tar.gz Vencord-113f47ca7fb6adf382c89541602b0680dfdc24e2.tar.bz2 Vencord-113f47ca7fb6adf382c89541602b0680dfdc24e2.zip |
Add QuickCss toggle; add settings listener api
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r-- | src/Vencord.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Vencord.ts b/src/Vencord.ts index 0f2b25a..b0ff540 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -1,6 +1,7 @@ export * as Plugins from "./plugins"; export * as Webpack from "./webpack"; export * as Api from "./api"; +export { Settings } from "./api/settings"; import "./utils/patchWebpack"; import "./utils/quickCss"; |