This commit is contained in:
Timothy Jaeryang Baek 2025-10-05 02:05:52 -05:00
parent a743b16728
commit fff0e55f41

View file

@ -153,6 +153,7 @@
}; };
onMount(async () => { onMount(async () => {
viewOption = localStorage?.workspaceViewOption || '';
await init(); await init();
loaded = true; loaded = true;