Add half-body portrait support: update API, UI, and localization for new portrait type
This commit is contained in:
@@ -107,7 +107,7 @@ public class PortraitApiTests(AppHostFixture fixture)
|
||||
|
||||
private sealed record PersonListItem(string Id);
|
||||
|
||||
private sealed record PersonCardResponse(string Id, bool HasAvatar, bool HasFullBody);
|
||||
private sealed record PersonCardResponse(string Id, bool HasAvatar, bool HasHalfBody, bool HasFullBody);
|
||||
|
||||
private sealed record SavesDirectoryResponse(string Path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user