Stop auto-opening studio news popup

This commit is contained in:
Andraxion 2026-06-27 05:09:53 -04:00
parent ec6036084e
commit 55f9647175

View file

@ -195,9 +195,6 @@ export function initializeRuntimeControllers(config) {
}); });
} }
windowRef.requestAnimationFrame(() => {
changelogSplashWindowController.maybeOpenForCurrentVersion();
});
windowRef.addEventListener("resize", () => { windowRef.addEventListener("resize", () => {
persistPopupBoundsDeferred(); persistPopupBoundsDeferred();
}); });