* Command to open chatbox in a new window * Add command for users with AdminChat permission * Add command button to admin tools window
8 lines
406 B
XML
8 lines
406 B
XML
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Chat.Widgets"
|
|
Title="{Loc chat-window-title}"
|
|
MinSize="465 265">
|
|
<widgets:ChatBox Name="Chatbox"/>
|
|
</controls:FancyWindow>
|