"src/vscode:/vscode.git/clone" did not exist on "3a4f3e97e77d8b695a3d2e569b6b1bdb4c5d7962"
Commit 1fa3bf67 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: semi-lazy load

parent 0d3ce18a
...@@ -106,11 +106,6 @@ ...@@ -106,11 +106,6 @@
// IndexedDB Not Found // IndexedDB Not Found
} }
console.log();
await models.set(await getModels());
await tick();
await settings.set(JSON.parse(localStorage.getItem('settings') ?? '{}')); await settings.set(JSON.parse(localStorage.getItem('settings') ?? '{}'));
await modelfiles.set(await getModelfiles(localStorage.token)); await modelfiles.set(await getModelfiles(localStorage.token));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment