Skip to content

Commit cda87f5

Browse files
Resolve warning
1 parent e658680 commit cda87f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSURandomizer/Views/MsuWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private void Control_OnLoaded(object? sender, RoutedEventArgs e)
8181
ITaskService.Run(async () =>
8282
{
8383
await Task.Delay(TimeSpan.FromSeconds(.5));
84-
Dispatcher.UIThread.InvokeAsync(() =>
84+
_ = Dispatcher.UIThread.InvokeAsync(() =>
8585
{
8686
var settingsWindow = new SettingsWindow();
8787
settingsWindow.ShowDialog(this);

0 commit comments

Comments
 (0)