disable auto get path to avoid crash issue
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user