Implement use skin action.

This commit is contained in:
2023-12-25 14:26:27 +08:00
parent a532a9f4c1
commit 85bbe43827
9 changed files with 108 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ namespace Cryville.Crtr.Browsing.Legacy {
return new LegacySkinDetail { Meta = meta };
}
else
return new LegacySkinDetail { Name = dir.Name };
return new LegacySkinDetail { OverrideName = dir.Name };
}
}
}