mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-09 17:56:27 +02:00
UI: Rework the compatibility list into a Window
This commit is contained in:
parent
a23c6bf547
commit
2b06826922
11 changed files with 149 additions and 92 deletions
|
@ -407,7 +407,7 @@ namespace Ryujinx.Ava.UI.Controls
|
|||
public async void OpenApplicationCompatibility_Click(object sender, RoutedEventArgs args)
|
||||
{
|
||||
if (sender is MenuItem { DataContext: MainWindowViewModel { SelectedApplication: not null } viewModel })
|
||||
await CompatibilityList.Show(viewModel.SelectedApplication.IdString);
|
||||
await CompatibilityListWindow.Show(viewModel.SelectedApplication.IdString);
|
||||
}
|
||||
|
||||
public async void OpenApplicationData_Click(object sender, RoutedEventArgs args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue