mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-29 10:12:23 -05:00
misc: Replace "" with string.Empty.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Ryujinx.UI.Common.Helper
|
||||
{
|
||||
var titleUpdateWindowData = new TitleUpdateMetadata
|
||||
{
|
||||
Selected = "",
|
||||
Selected = string.Empty,
|
||||
Paths = [],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user