add individual syncshells and shit

This commit is contained in:
Stanley Dimant
2025-01-12 13:03:12 +01:00
parent 38e4668845
commit 52d0fa6590
5 changed files with 137 additions and 39 deletions

View File

@@ -18,7 +18,7 @@ internal sealed partial class CharaDataHubUi
private static string GetShareTypeString(ShareTypeDto dto) => dto switch
{
ShareTypeDto.Private => "Private",
ShareTypeDto.Private => "Code Only",
ShareTypeDto.Shared => "Shared"
};