reload at startup
This commit is contained in:
parent
9b456c83bb
commit
62accf2d7b
2
client/demo/dist/index.js
vendored
2
client/demo/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user