aboutsummaryrefslogtreecommitdiff
path: root/src/Vencord.ts
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-10-14 00:36:44 +0200
committerVendicated <vendicated@riseup.net>2022-10-14 00:36:44 +0200
commitbf49acd53578a141689f7faedbe5912ab10ab570 (patch)
tree2e8cc44b58ea50f33bca00f001daf3326eebd8bb /src/Vencord.ts
parentea0ded0f11b95373a5a19c5e705d19ad91ff32be (diff)
downloadVencord-bf49acd53578a141689f7faedbe5912ab10ab570.tar.gz
Vencord-bf49acd53578a141689f7faedbe5912ab10ab570.tar.bz2
Vencord-bf49acd53578a141689f7faedbe5912ab10ab570.zip
Fix Settings errors when retrieving a null value; add PlainSettings
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r--src/Vencord.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Vencord.ts b/src/Vencord.ts
index 578e69d..9a0873e 100644
--- a/src/Vencord.ts
+++ b/src/Vencord.ts
@@ -5,10 +5,10 @@ export * as Updater from "./utils/updater";
export * as QuickCss from "./utils/quickCss";
import { popNotice, showNotice } from "./api/Notices";
-import { Settings } from "./api/settings";
+import { Settings, PlainSettings } from "./api/settings";
import { startAllPlugins } from "./plugins";
-export { Settings };
+export { Settings, PlainSettings };
import "./webpack/patchWebpack";
import "./utils/quickCss";