mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-14 19:36:59 +00: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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue