From 78aa8a3423ca9a670f39d52ff2283e93a75167d8 Mon Sep 17 00:00:00 2001 From: Andraxion Date: Sat, 27 Jun 2026 05:19:52 -0400 Subject: [PATCH] Revert "Reset studio popup layout storage version" This reverts commit ac7a69de32d19b56651aaa853e5ae2f5826640b2. --- src/worldshaperStudio/popupSessionStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worldshaperStudio/popupSessionStore.ts b/src/worldshaperStudio/popupSessionStore.ts index fb78aa7..7d840a6 100644 --- a/src/worldshaperStudio/popupSessionStore.ts +++ b/src/worldshaperStudio/popupSessionStore.ts @@ -1,6 +1,6 @@ import { createDebouncedCallback } from "./debounce"; -const TOOL_WINDOW_LAYOUT_STORAGE_KEY = "worldshaper:studio:tool-windows:v2"; +const TOOL_WINDOW_LAYOUT_STORAGE_KEY = "worldshaper:studio:tool-windows:v1"; type ToolWindowMode = "inline" | "floating";