Files
tbd-station-14/Content.Client/UserInterface/Systems/Chat/ChatWindow.xaml
eoineoineoin 7c4b34c1de Command to open chatbox in a new window (#33548)
* Command to open chatbox in a new window

* Add command for users with AdminChat permission

* Add command button to admin tools window
2025-04-14 17:37:58 +02:00

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>