reload at startup

This commit is contained in:
wataru 2023-06-26 00:54:55 +09:00
parent 9b456c83bb
commit 62accf2d7b
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -148,6 +148,7 @@ export const useClient = (props: UseClientProps): ClientState => {
const loadCache = async () => {
const _setting = await getItem("clientSetting") as ClientSetting
setSetting(_setting)
serverSetting.reloadServerInfo()
}
loadCache()
}, [voiceChangerClient])