Ava UI: Content Dialog Fixes (#6482)

* Don’t use ContentDialogHelper when not necessary

* Remove `ExtendClientAreaToDecorationsHint`
This commit is contained in:
Isaac Marovitz
2024-03-16 19:34:26 +00:00
committed by GitHub
parent 50bdda5baa
commit bb8c5ebae1
3 changed files with 2 additions and 3 deletions

View File

@ -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)