aboutsummaryrefslogtreecommitdiff
path: root/browser
diff options
context:
space:
mode:
Diffstat (limited to 'browser')
-rw-r--r--browser/VencordNativeStub.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/browser/VencordNativeStub.ts b/browser/VencordNativeStub.ts
index e3df0d6..70fc1cf 100644
--- a/browser/VencordNativeStub.ts
+++ b/browser/VencordNativeStub.ts
@@ -48,7 +48,8 @@ window.VencordNative = {
getThemesList: () => DataStore.entries(themeStore).then(entries =>
entries.map(([name, css]) => getThemeInfo(css, name.toString()))
),
- getThemeData: (fileName: string) => DataStore.get(fileName, themeStore)
+ getThemeData: (fileName: string) => DataStore.get(fileName, themeStore),
+ getSystemValues: async () => ({}),
},
native: {