We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb5dd3 commit 22e07c7Copy full SHA for 22e07c7
src/shared/GitLab.UI.Avalonia/Program.cs
@@ -33,7 +33,7 @@ public static void Main(string[] args)
33
// Process the dispatcher job queue (aka: message pump, run-loop, etc...)
34
// We must ensure to run this on the same thread that it was created on
35
// (the main thread) so we cannot use any async/await calls between
36
- // Dispatcher.Create and Run.
+ // Dispatcher.Initialize and Run.
37
Dispatcher.MainThread.Run();
38
39
// Execution should never reach here as AppMain terminates the process on completion.
0 commit comments