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