aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx/UI/Windows/TitleUpdateWindow.axaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx/UI/Windows/TitleUpdateWindow.axaml.cs')
-rw-r--r--src/Ryujinx/UI/Windows/TitleUpdateWindow.axaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx/UI/Windows/TitleUpdateWindow.axaml.cs b/src/Ryujinx/UI/Windows/TitleUpdateWindow.axaml.cs
index 732f410a..f5e25032 100644
--- a/src/Ryujinx/UI/Windows/TitleUpdateWindow.axaml.cs
+++ b/src/Ryujinx/UI/Windows/TitleUpdateWindow.axaml.cs
@@ -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)