2021-06-09 22:19:39 +02:00
|
|
|
<Control
|
|
|
|
|
xmlns="https://spacestation14.io"
|
2021-06-10 23:09:07 +02:00
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
2025-05-27 19:44:15 -04:00
|
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
2021-06-09 22:19:39 +02:00
|
|
|
Margin="4"
|
|
|
|
|
MinSize="50 50">
|
|
|
|
|
<GridContainer
|
|
|
|
|
Columns="4" >
|
2025-05-27 19:44:15 -04:00
|
|
|
<controls:ConfirmButton Name="ServerShutdownButton" Text="{Loc server-shutdown}" />
|
2022-03-16 22:58:35 +01:00
|
|
|
<cc:CommandButton Name="SetOocButton" Command="setooc" Text="{Loc server-ooc-toggle}" ToggleMode="True" />
|
|
|
|
|
<cc:CommandButton Name="SetLoocButton" Command="setlooc" Text="{Loc server-looc-toggle}" ToggleMode="True" />
|
2021-06-09 22:19:39 +02:00
|
|
|
</GridContainer>
|
|
|
|
|
</Control>
|