mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-18 10:37:04 +00:00
Add ability to trim and untrim XCI files from the application context menu AND in Bulk
This commit is contained in:
parent
7bd5a61b65
commit
88530d7435
21 changed files with 1457 additions and 56 deletions
|
|
@ -262,6 +262,11 @@ namespace Ryujinx.Ava.UI.Views.Main
|
|||
}
|
||||
}
|
||||
|
||||
public async void OpenXCITrimmerWindow(object sender, RoutedEventArgs e)
|
||||
{
|
||||
await XCITrimmerWindow.Show(ViewModel);
|
||||
}
|
||||
|
||||
public async void OpenAboutWindow(object sender, RoutedEventArgs e)
|
||||
{
|
||||
await AboutWindow.Show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue