From 7388d9fb4974979f1592b15474e6044ff00b47d5 Mon Sep 17 00:00:00 2001 From: Minerva <218184747+mnva0@users.noreply.github.com> Date: Sun, 5 Oct 2025 20:42:23 -0400 Subject: [PATCH] CD port: Allows [mono] to be used in records (#4451) Allows [mono] to be used in records (#751) Co-authored-by: KittenColony <149278380+KittenColony@users.noreply.github.com> --- Content.Client/_CD/Records/UI/RecordEntryViewPopup.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/_CD/Records/UI/RecordEntryViewPopup.xaml.cs b/Content.Client/_CD/Records/UI/RecordEntryViewPopup.xaml.cs index d347f9d524..8c82f72519 100644 --- a/Content.Client/_CD/Records/UI/RecordEntryViewPopup.xaml.cs +++ b/Content.Client/_CD/Records/UI/RecordEntryViewPopup.xaml.cs @@ -3,6 +3,7 @@ using Content.Shared._CD.Records; using Robust.Client.AutoGenerated; using Robust.Client.Graphics; using Robust.Client.UserInterface.RichText; +using Content.Client.UserInterface.RichText; using Robust.Client.UserInterface.XAML; using Robust.Shared.Utility; @@ -20,6 +21,7 @@ public sealed partial class RecordEntryViewPopup : FancyWindow typeof(ColorTag), typeof(HeadingTag), typeof(ItalicTag), + typeof(MonoTag) ]; public RecordEntryViewPopup()