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>
This commit is contained in:
Minerva 2025-10-05 20:42:23 -04:00 committed by GitHub
parent 8f6ccedae3
commit 7388d9fb49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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()