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:
parent
8f6ccedae3
commit
7388d9fb49
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue