fix: added WriteUndefined as there is Newtonsoft.Json

This commit is contained in:
Denny09310
2025-11-08 16:49:33 +01:00
parent c0e711940d
commit 9bb7dcfa62

View File

@@ -26,6 +26,7 @@ public class TitleBarOverlayConverter : JsonConverter<TitleBarOverlay>
{
if (value is null)
{
writer.WriteUndefined();
return;
}