mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-10 11:16: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
|
@ -51,7 +51,7 @@ namespace Ryujinx.Ava.UI.Views.Main
|
|||
UninstallFileTypesMenuItem.Command = Commands.Create(UninstallFileTypes);
|
||||
XciTrimmerMenuItem.Command = Commands.Create(XCITrimmerWindow.Show);
|
||||
AboutWindowMenuItem.Command = Commands.Create(AboutWindow.Show);
|
||||
CompatibilityListMenuItem.Command = Commands.Create(() => CompatibilityList.Show());
|
||||
CompatibilityListMenuItem.Command = Commands.Create(() => CompatibilityListWindow.Show());
|
||||
|
||||
UpdateMenuItem.Command = MainWindowViewModel.UpdateCommand;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue