Closed devinbinnie closed 1 week ago
@amyblais This might be a case for a dot release for v5.10 - as the app is somewhat unusable when users get into this state. The server will load on v5.10, but the dropdown fails.
Here are the test results below:
The following known failed tests have been fixed on Linux:
The following known failed tests have been fixed on macOS:
Cherry pick is scheduled.
Summary
While working on https://github.com/mattermost/desktop/pull/3200 I found an issue with deep linking when booting the app from cold. The application would fail to load the initial server, and the dropdown menu would also not load. This was caused by the main window creation call happening too early, before a bunch of other setup code could be run.
This PR fixes the issue by having the application wait for the main window to be created normally, before attempting to deep link.