Revert "Stop auto-opening studio news popup"

This reverts commit 55f9647175.
This commit is contained in:
Andraxion 2026-06-27 05:19:52 -04:00
parent 78aa8a3423
commit 611dfe7a4a

View file

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