mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix ThemeStore
This commit is contained in:
parent
61d3d1f4ad
commit
cb57be9e01
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue