diff --git a/Content.Client/Chat/UI/EmotesMenu.xaml.cs b/Content.Client/Chat/UI/EmotesMenu.xaml.cs index ffbee717e0..e72a7dc5b7 100644 --- a/Content.Client/Chat/UI/EmotesMenu.xaml.cs +++ b/Content.Client/Chat/UI/EmotesMenu.xaml.cs @@ -1,5 +1,6 @@ using System.Linq; using System.Numerics; +using Content.Client._White.UI.Emotes; using Content.Client.UserInterface.Controls; using Content.Shared.Chat.Prototypes; using Content.Shared.Speech; @@ -14,7 +15,7 @@ using Robust.Shared.Prototypes; namespace Content.Client.Chat.UI; [GenerateTypedNameReferences] -public sealed partial class EmotesMenu : RadialMenu +public sealed partial class EmotesMenu : RadialMenu, IBaseEmoteMenu // WD EDIT { [Dependency] private readonly EntityManager _entManager = default!; [Dependency] private readonly IPrototypeManager _prototypeManager = default!; diff --git a/Content.Client/Options/UI/Tabs/MiscTab.xaml b/Content.Client/Options/UI/Tabs/MiscTab.xaml index 973e673ae1..7bb2e405af 100644 --- a/Content.Client/Options/UI/Tabs/MiscTab.xaml +++ b/Content.Client/Options/UI/Tabs/MiscTab.xaml @@ -19,6 +19,13 @@ + + + +