Fix ThemeStore

This commit is contained in:
thororen1234 2024-07-13 00:25:18 -04:00
parent 61d3d1f4ad
commit cb57be9e01

View file

@ -37,7 +37,7 @@ const NOOP_ASYNC = async () => { };
const setCssDebounced = debounce((css: string) => VencordNative.quickCss.set(css)); const setCssDebounced = debounce((css: string) => VencordNative.quickCss.set(css));
const themeStore = DataStore.createStore("EquicordThemes", "VencordThemeData"); const themeStore = DataStore.createStore("VencordThemes", "VencordThemeData");
// probably should make this less cursed at some point // probably should make this less cursed at some point
window.VencordNative = { window.VencordNative = {