mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 22:47:12 +02:00
Ava UI: Content Dialog Fixes (#6482)
* Don’t use ContentDialogHelper when not necessary * Remove `ExtendClientAreaToDecorationsHint`
This commit is contained in:
parent
50bdda5baa
commit
bb8c5ebae1
3 changed files with 2 additions and 3 deletions
|
@ -49,7 +49,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
Add a link
Reference in a new issue