disable auto get path to avoid crash issue

This commit is contained in:
2025-11-07 20:34:31 +08:00
parent 8bef96bb02
commit 7e097cc9cc
3 changed files with 2 additions and 3 deletions

View File

@@ -40,7 +40,6 @@ export function Prepare() {
const init = async () => {
await steam.store.start()
await app.store.start()
if (!app.state.inited) await autoGetPaths(false)
setInited(true)
}
void init()