Add ability to trim and untrim XCI files from the application context menu AND in Bulk

This commit is contained in:
TheToid 2024-11-07 09:37:30 +10:00 committed by KeatonTheBot
parent 7bd5a61b65
commit 88530d7435
21 changed files with 1457 additions and 56 deletions

View file

@ -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();