Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: window maximization when using splash screen (#14219)
Avoids eager restore of maximized state in TheiaElectronWindow. Calling `window.maximize()` implicitly also makes the window visible. Therefore we have to check if the window is already visible before restoring the maximizeState. If the window is not yet visible yet we restore the state once the window is shown. Fixes #14218
- Loading branch information