[MM-43941] Optimize app resizing on Windows/Linux by waiting for the viewport to resize (#2204)
* [MM-43941] Optimize app resizing on Windows/Linux by waiting for the viewport to resize * Some mitigations for Windows * Make the logs sillier * Fixed the no servers case Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
@@ -40,7 +40,7 @@ import WebContentsEventManager from './webContentEvents';
|
||||
const URL_VIEW_DURATION = 10 * SECOND;
|
||||
const URL_VIEW_HEIGHT = 20;
|
||||
|
||||
enum LoadingScreenState {
|
||||
export enum LoadingScreenState {
|
||||
VISIBLE = 1,
|
||||
FADING = 2,
|
||||
HIDDEN = 3,
|
||||
|
Reference in New Issue
Block a user