mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 11:06:24 +02:00
Use compare ordinal ignore case and ContainsIgnoreCase for filtering and sorting in XCI File Trimmer
This commit is contained in:
parent
38f22bf474
commit
1544f54603
2 changed files with 10 additions and 7 deletions
|
@ -40,6 +40,8 @@ namespace Ryujinx.Ava.UI.Helpers
|
|||
|
||||
public static string From(XCITrimmerFileModel model)
|
||||
{
|
||||
if (model == null) return String.Empty;
|
||||
|
||||
return (string)Instance.Convert(model, typeof(string), null, CultureInfo.CurrentUICulture) ?? String.Empty;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue