fix(app): persist workspace order and collapsed state

pull/7884/head
Adam 2026-01-15 17:47:58 -06:00
parent a7cae8f674
commit 529eb6e147
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ import { useServer } from "@/context/server"
export default function Layout(props: ParentProps) {
const [store, setStore, , ready] = persisted(
Persist.global("layout.page", ["layout.page.v1"]),
Persist.global("layout", ["layout.v6"]),
createStore({
lastSession: {} as { [directory: string]: string },
activeProject: undefined as string | undefined,