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 e658680 commit cda87f5Copy full SHA for cda87f5
MSURandomizer/Views/MsuWindow.axaml.cs
@@ -81,7 +81,7 @@ private void Control_OnLoaded(object? sender, RoutedEventArgs e)
81
ITaskService.Run(async () =>
82
{
83
await Task.Delay(TimeSpan.FromSeconds(.5));
84
- Dispatcher.UIThread.InvokeAsync(() =>
+ _ = Dispatcher.UIThread.InvokeAsync(() =>
85
86
var settingsWindow = new SettingsWindow();
87
settingsWindow.ShowDialog(this);
0 commit comments