This commit is contained in:
jeffvli 2025-09-04 19:38:17 -07:00
parent 2260c0c02b
commit 878e0007d9
3 changed files with 5 additions and 5 deletions

View file

@ -803,6 +803,6 @@ export const useRemoteSettings = () => useSettingsStore((state) => state.remote,
export const useFontSettings = () => useSettingsStore((state) => state.font, shallow);
export const useDiscordSetttings = () => useSettingsStore((state) => state.discord, shallow);
export const useDiscordSettings = () => useSettingsStore((state) => state.discord, shallow);
export const useCssSettings = () => useSettingsStore((state) => state.css, shallow);