UI: Rework the compatibility list into a Window

This commit is contained in:
Evan Husted
2025-03-05 02:08:36 -06:00
parent a23c6bf547
commit 2b06826922
11 changed files with 149 additions and 92 deletions

View File

@@ -44,7 +44,7 @@ namespace Ryujinx.Ava.UI.Views.Misc
if (RyujinxApp.AppLifetime.Windows.TryGetFirst(x => x is ContentDialogOverlayWindow, out Window window))
window.Close(ContentDialogResult.None);
await CompatibilityList.Show((string)playabilityLabel.Tag);
await CompatibilityListWindow.Show((string)playabilityLabel.Tag);
}
private async void IdString_OnClick(object sender, RoutedEventArgs e)