From 611dfe7a4a9d53de94972dc51b585c980a94d1fe Mon Sep 17 00:00:00 2001 From: Andraxion Date: Sat, 27 Jun 2026 05:19:52 -0400 Subject: [PATCH] Revert "Stop auto-opening studio news popup" This reverts commit 55f96471758b6f776067302a4af84468a62e6ebd. --- src/worldshaperStudio/runtimeControllerBootstrap.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/worldshaperStudio/runtimeControllerBootstrap.ts b/src/worldshaperStudio/runtimeControllerBootstrap.ts index e65b8a9..4a192f0 100644 --- a/src/worldshaperStudio/runtimeControllerBootstrap.ts +++ b/src/worldshaperStudio/runtimeControllerBootstrap.ts @@ -195,6 +195,9 @@ export function initializeRuntimeControllers(config) { }); } + windowRef.requestAnimationFrame(() => { + changelogSplashWindowController.maybeOpenForCurrentVersion(); + }); windowRef.addEventListener("resize", () => { persistPopupBoundsDeferred(); });