be not null

This commit is contained in:
Loporrit
2025-08-08 02:48:56 +00:00
parent f43334ce5b
commit 7415b76d7d

View File

@@ -434,7 +434,7 @@ internal sealed partial class CharaDataHubUi
}
else
{
var desc = pose.Description;
var desc = pose.Description ?? string.Empty;
if (ImGui.InputTextWithHint("##description", "Description", ref desc, 100))
{
pose.Description = desc;