mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-17 22:36:58 +00:00
language feature: Extension Members: More converted
This commit is contained in:
parent
36bd919c53
commit
64238e6ec3
7 changed files with 45 additions and 54 deletions
|
|
@ -1900,7 +1900,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
|
||||
public async void ProcessTrimResult(String filename, XCIFileTrimmer.OperationOutcome operationOutcome)
|
||||
{
|
||||
string notifyUser = operationOutcome.ToLocalisedText();
|
||||
string notifyUser = operationOutcome.LocalizedText;
|
||||
|
||||
if (notifyUser != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue