Don’t use ContentDialogHelper when not necessary
This commit is contained in:
parent
8354434a37
commit
817fbcffb4
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ namespace Ryujinx.Ava.UI.Windows
|
|||
|
||||
contentDialog.Styles.Add(bottomBorder);
|
||||
|
||||
await ContentDialogHelper.ShowAsync(contentDialog);
|
||||
await contentDialog.ShowAsync();
|
||||
}
|
||||
|
||||
private void SaveAndClose(object sender, RoutedEventArgs routedEventArgs)
|
||||
|
|
|
@ -47,7 +47,7 @@ namespace Ryujinx.Ava.UI.Windows
|
|||
|
||||
contentDialog.Styles.Add(bottomBorder);
|
||||
|
||||
await ContentDialogHelper.ShowAsync(contentDialog);
|
||||
await contentDialog.ShowAsync();
|
||||
}
|
||||
|
||||
private void Close(object sender, RoutedEventArgs e)
|
||||
|
|
Loading…
Add table
Reference in a new issue