From ac7a69de32d19b56651aaa853e5ae2f5826640b2 Mon Sep 17 00:00:00 2001 From: Andraxion Date: Sat, 27 Jun 2026 05:17:01 -0400 Subject: [PATCH] Reset studio popup layout storage version --- 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 7d840a6..fb78aa7 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:v1"; +const TOOL_WINDOW_LAYOUT_STORAGE_KEY = "worldshaper:studio:tool-windows:v2"; type ToolWindowMode = "inline" | "floating";