mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-29 19:36:25 +02:00
UI: Fix negative space savings in XCI trimmer
This commit is contained in:
parent
0bacdb8765
commit
e6644626fc
2 changed files with 4 additions and 3 deletions
|
@ -364,7 +364,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
value = _processingApplication.Value with { PercentageProgress = null };
|
||||
|
||||
if (value.HasValue)
|
||||
_displayedXCIFiles.ReplaceWith(value.Value);
|
||||
_displayedXCIFiles.ReplaceWith(value);
|
||||
|
||||
_processingApplication = value;
|
||||
OnPropertyChanged();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue