Revert "Stop auto-opening studio news popup"
This reverts commit 55f9647175.
This commit is contained in:
parent
78aa8a3423
commit
611dfe7a4a
1 changed files with 3 additions and 0 deletions
|
|
@ -195,6 +195,9 @@ export function initializeRuntimeControllers(config) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
windowRef.requestAnimationFrame(() => {
|
||||||
|
changelogSplashWindowController.maybeOpenForCurrentVersion();
|
||||||
|
});
|
||||||
windowRef.addEventListener("resize", () => {
|
windowRef.addEventListener("resize", () => {
|
||||||
persistPopupBoundsDeferred();
|
persistPopupBoundsDeferred();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue